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
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_refinement.rb
Age
Commit message (
Expand
)
Author
2012-11-11
* eval.c (rb_using_refinement, rb_mod_using, f_using): clear method
shugo
2012-11-11
* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):
shugo
2012-11-07
* eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a created
shugo
2012-11-03
* test/ruby/test_refinement.rb (test_new_method_by_send,
shugo
2012-11-02
* object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked on
shugo
2012-11-02
* string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_proc
shugo
2012-11-01
* eval.c (rb_using_module): using should be used indirectly.
shugo
2012-10-30
* eval.c (rb_mod_refine): fix the error message when no block is
shugo
2012-10-08
* eval.c (rb_mod_refinements): new method Module#refinements.
shugo
2012-09-29
* vm_insnhelper.c (rb_vm_using_modules): use using_modules before
shugo
2012-09-28
* vm_method.c (search_method): copy refinement iclasses to search
shugo
2012-09-27
* eval.c (rb_overlay_module, rb_mod_refine): accept a module as the
shugo
2012-08-07
* vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoid
shugo
2012-08-02
* eval.c (rb_mod_using): new method Module#using. [experimental]
shugo
[prev]