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
/
test
/
test_delegate.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add instance_methods to class generated by DelegateClass
Masataka Pocke Kuwabara
2020-07-09
1
-0
/
+34
*
Fix SimpleDelegator respond_to? regression
Jean Boussier
2020-02-03
1
-0
/
+14
*
delegate.rb: fixed keyword arguments in DelegateClass
Nobuyoshi Nakada
2020-01-30
1
-0
/
+8
*
Call initialize_clone with freeze: false if clone called with freeze: false
Jeremy Evans
2020-01-03
1
-0
/
+15
*
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
1
-3
/
+1
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-1
/
+1
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-1
/
+1
*
Support delegates for BasicObject
Jeremy Evans
2019-10-10
1
-0
/
+8
*
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-25
1
-0
/
+19
*
Fix visibility of some methods when using DelegateClass
Jeremy Evans
2019-05-30
1
-0
/
+31
*
Allow DelegateClass() to module_eval given block
Jeremy Evans
2019-05-30
1
-0
/
+7
*
delegate.rb: don't look for methods on Kernel
Étienne Barrié
2019-05-13
1
-0
/
+7
*
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-12
1
-2
/
+2
*
Delegate to `eql?` [Fix GH-1564]
nobu
2017-06-24
1
-0
/
+20
*
lib/delegate.rb: Specify frozen_string_literal: true.
kazu
2017-01-06
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
delegate.rb: keep special methods
nobu
2014-01-17
1
-0
/
+57
*
delegate.rb: ignore unset target
nobu
2013-12-04
1
-0
/
+12
*
delegate.rb: check if target is set
nobu
2013-11-21
1
-0
/
+14
*
delegate.rb: refix r43682
nobu
2013-11-19
1
-0
/
+9
*
delegate.rb: get rid of global function interference
nobu
2013-11-15
1
-0
/
+12
*
* 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