index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_delegate.rb
Age
Commit message (
Expand
)
Author
2017-06-24
Delegate to `eql?` [Fix GH-1564]
nobu
2017-01-06
lib/delegate.rb: Specify frozen_string_literal: true.
kazu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-01-17
delegate.rb: keep special methods
nobu
2013-12-04
delegate.rb: ignore unset target
nobu
2013-11-21
delegate.rb: check if target is set
nobu
2013-11-19
delegate.rb: refix r43682
nobu
2013-11-15
delegate.rb: get rid of global function interference
nobu
2011-12-04
* lib/delegate.rb (Delegator#methods): Kernel#methods receives
naruse
2010-02-08
* object.c (rb_obj_clone): call initialize_clone hook method to
matz
2010-02-06
* test/test_delegate.rb (TestDelegateClass::IV#initialize): should
nobu
2010-02-05
* lib/delegate.rb (Delegator): include copy of Kernel.
nobu
2010-02-03
* lib/delegate.rb (Delegator): now inherits BasicObject.
nobu
2009-12-07
* marshal.c (w_object): reverted r26007. [ruby-dev:39845]
nobu
2009-10-06
* lib/delegate.rb (Delegator::public_api): take snapshot of
matz
2008-10-18
add test for {SimpleDelegator, DelegateClass}#class .
xibbar
2008-05-24
add a test for [ruby-dev:34808].
akr
2008-01-16
* test/test_delegate.rb: add new test file for delegate.rb.
usa