aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_refinement.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_refinement.rb (test_new_method_by_send,shugo2012-11-031-0/+27
* * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo2012-11-021-0/+24
* * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo2012-11-021-0/+22
* * eval.c (rb_using_module): using should be used indirectly.shugo2012-11-011-0/+70
* * eval.c (rb_mod_refine): fix the error message when no block isshugo2012-10-301-0/+10
* * eval.c (rb_mod_refinements): new method Module#refinements.shugo2012-10-081-0/+65
* * vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo2012-09-291-0/+56
* * vm_method.c (search_method): copy refinement iclasses to searchshugo2012-09-281-0/+18
* * eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo2012-09-271-1/+57
* * vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoidshugo2012-08-071-0/+24
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-0/+304