summaryrefslogtreecommitdiff
path: root/test/test_delegate.rb
AgeCommit message (Expand)Author
2014-01-17delegate.rb: keep special methodsnobu
2013-12-04delegate.rb: ignore unset targetnobu
2013-11-21delegate.rb: check if target is setnobu
2013-11-19delegate.rb: refix r43682nobu
2013-11-15delegate.rb: get rid of global function interferencenobu
2011-12-04* lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse
2010-02-08* object.c (rb_obj_clone): call initialize_clone hook method tomatz
2010-02-06* test/test_delegate.rb (TestDelegateClass::IV#initialize): shouldnobu
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 ofmatz
2008-10-18add test for {SimpleDelegator, DelegateClass}#class .xibbar
2008-05-24add a test for [ruby-dev:34808].akr
2008-01-16 * test/test_delegate.rb: add new test file for delegate.rb.usa