aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_delegate.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* delegate.rb: keep special methodsnobu2014-01-171-0/+57
* delegate.rb: ignore unset targetnobu2013-12-041-0/+12
* delegate.rb: check if target is setnobu2013-11-211-0/+14
* delegate.rb: refix r43682nobu2013-11-191-0/+9
* delegate.rb: get rid of global function interferencenobu2013-11-151-0/+12
* * lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse2011-12-041-0/+7
* * object.c (rb_obj_clone): call initialize_clone hook method tomatz2010-02-081-0/+3
* * test/test_delegate.rb (TestDelegateClass::IV#initialize): shouldnobu2010-02-061-0/+2
* * lib/delegate.rb (Delegator): include copy of Kernel.nobu2010-02-051-6/+42
* * lib/delegate.rb (Delegator): now inherits BasicObject.nobu2010-02-031-0/+18
* * marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu2009-12-071-0/+16
* * lib/delegate.rb (Delegator::public_api): take snapshot ofmatz2009-10-061-0/+22
* add test for {SimpleDelegator, DelegateClass}#class .xibbar2008-10-181-0/+12
* add a test for [ruby-dev:34808].akr2008-05-241-0/+5
* * test/test_delegate.rb: add new test file for delegate.rb.usa2008-01-161-0/+15