index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
delegate.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/delegate] Bump version to 0.3.0
Hiroshi SHIBATA
2022-12-05
1
-1
/
+1
*
[ruby/delegate] Revert "Fix `DelegateClass` block "method redefined" warning"
Nobuyoshi Nakada
2022-12-01
1
-2
/
+0
*
[ruby/delegate] Fix DelegateClass block "method redefined" warning
Jonathan Hefner
2022-10-15
1
-0
/
+2
*
Kernel#=~: delete
卜部昌平
2022-01-03
1
-1
/
+1
*
Update library versions of the default gems.
Hiroshi SHIBATA
2020-12-22
1
-1
/
+1
*
Extract version number from the source
Nobuyoshi Nakada
2020-07-30
1
-0
/
+2
*
Add instance_methods to class generated by DelegateClass
Masataka Pocke Kuwabara
2020-07-09
1
-0
/
+15
*
Add require to Delegator examples
Richard Schneeman
2020-06-25
1
-0
/
+4
*
Support obj.clone(freeze: true) for freezing clone
Jeremy Evans
2020-03-22
1
-1
/
+1
*
Fix SimpleDelegator respond_to? regression
Jean Boussier
2020-02-03
1
-1
/
+8
*
delegate.rb: fixed keyword arguments in DelegateClass
Nobuyoshi Nakada
2020-01-30
1
-1
/
+1
*
Call initialize_clone with freeze: false if clone called with freeze: false
Jeremy Evans
2020-01-03
1
-2
/
+2
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-26
/
+3
*
Support delegates for BasicObject
Jeremy Evans
2019-10-10
1
-4
/
+14
*
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-25
1
-1
/
+1
*
delegate.rb: markup method names
Nobuyoshi Nakada
2019-06-02
1
-2
/
+2
*
Fix visibility of some methods when using DelegateClass
Jeremy Evans
2019-05-30
1
-5
/
+11
*
Allow DelegateClass() to module_eval given block
Jeremy Evans
2019-05-30
1
-1
/
+10
*
delegate.rb: don't look for methods on Kernel
Étienne Barrié
2019-05-13
1
-1
/
+1
*
Fix missing `\A`
Kazuhiro NISHIYAMA
2019-05-10
1
-1
/
+1
*
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
1
-1
/
+1
*
Use caller with length to reduce unused strings
kazu
2017-10-21
1
-1
/
+1
*
Delegate to `eql?` [Fix GH-1564]
nobu
2017-06-24
1
-1
/
+9
*
lib/delegate.rb: Specify frozen_string_literal: true.
kazu
2017-01-06
1
-1
/
+1
*
* lib/delegate.rb: Added missing spaces and Removed needless spaces.
hsbt
2016-10-05
1
-7
/
+7
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* lib/delegate.rb: Remove backtrace cleaning for delegated methods
zzak
2015-09-09
1
-15
/
+8
*
* lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]
eregon
2015-06-13
1
-5
/
+0
*
* lib/delegate.rb: fix a typo.
hsbt
2015-04-23
1
-1
/
+1
*
* lib/delegate.rb: split executable code into sample directory.
hsbt
2014-07-26
1
-34
/
+0
*
* lib/delegate.rb: [DOC] Document raise in Delegator class
zzak
2014-05-30
1
-0
/
+6
*
* lib/delegate.rb: Fix example of using delegator.
ayumin
2014-05-08
1
-1
/
+1
*
delegate.rb: keep special methods
nobu
2014-01-17
1
-1
/
+1
*
delegate.rb: ignore unset target
nobu
2013-12-04
1
-6
/
+15
*
delegate.rb: check if target is set
nobu
2013-11-21
1
-5
/
+10
*
delegate.rb: try private methods after the target
nobu
2013-11-21
1
-14
/
+12
*
delegate.rb: refix r43682
nobu
2013-11-19
1
-1
/
+12
*
delegate.rb: get rid of global function interference
nobu
2013-11-15
1
-0
/
+1
*
* lib/delegate.rb: Add example for __setobj__ and __getobj__
zzak
2013-07-10
1
-0
/
+28
*
* lib/delegate.rb: Added documentation for Delegator#!. Patch by
drbrain
2012-06-08
1
-3
/
+4
*
* lib/delegate.rb (Delegator#methods): Kernel#methods receives
naruse
2011-12-04
1
-2
/
+2
*
* lib/delegate.rb: Move file-level documentation to the appropriate
drbrain
2011-07-27
1
-95
/
+76
*
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-19
1
-10
/
+10
*
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-18
1
-10
/
+10
*
* lib/delegate.rb: Forward #trust, #untrust, #taint and #untaint
marcandre
2010-06-22
1
-4
/
+37
*
* lib/delegate.rb: Delegate !=, eql? and hash [ruby-core:26139]
marcandre
2010-06-12
1
-2
/
+14
*
* lib/delegate: Delegator: combine (public|protected) methods with
marcandre
2010-05-30
1
-4
/
+34
*
Fix :nodoc: definition. [ruby-dev:40949]
naruse
2010-04-10
1
-4
/
+2
*
* object.c (rb_obj_clone): call initialize_clone hook method to
matz
2010-02-08
1
-4
/
+5
*
* lib/delegate.rb (Delegator#method_missing),
nobu
2010-02-06
1
-16
/
+8
[next]