Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib/delegate.rb (Delegator#methods): Kernel#methods receives | naruse | 2011-12-04 | 1 | -0/+7 |
* | * object.c (rb_obj_clone): call initialize_clone hook method to | matz | 2010-02-08 | 1 | -0/+3 |
* | * test/test_delegate.rb (TestDelegateClass::IV#initialize): should | nobu | 2010-02-06 | 1 | -0/+2 |
* | * lib/delegate.rb (Delegator): include copy of Kernel. | nobu | 2010-02-05 | 1 | -6/+42 |
* | * lib/delegate.rb (Delegator): now inherits BasicObject. | nobu | 2010-02-03 | 1 | -0/+18 |
* | * marshal.c (w_object): reverted r26007. [ruby-dev:39845] | nobu | 2009-12-07 | 1 | -0/+16 |
* | * lib/delegate.rb (Delegator::public_api): take snapshot of | matz | 2009-10-06 | 1 | -0/+22 |
* | add test for {SimpleDelegator, DelegateClass}#class . | xibbar | 2008-10-18 | 1 | -0/+12 |
* | add a test for [ruby-dev:34808]. | akr | 2008-05-24 | 1 | -0/+5 |
* | * test/test_delegate.rb: add new test file for delegate.rb. | usa | 2008-01-16 | 1 | -0/+15 |