aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_method.rb
Commit message (Expand)AuthorAgeFilesLines
* iseq.c: fix parameter of unnamed rest keywords argumentnobu2013-12-251-0/+29
* proc.c: fix arity of rest keywords argumentnobu2013-12-251-0/+21
* test_method.rb, test_proc.rb: suppress warningsnobu2013-12-251-3/+4
* test_method.rb: fix testnobu2013-12-241-1/+1
* proc.c: make method by define_method publicnobu2013-12-241-0/+23
* proc.c: method by respond_to_missing?nobu2013-12-141-0/+11
* proc.c: fix inherited ownernobu2013-12-131-0/+9
* proc.c, vm_method.c: fix super and aliasnobu2013-12-131-1/+7
* test/ruby: better assertionsnobu2013-12-131-9/+11
* * object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome2013-08-051-0/+16
* vm_eval.c: use file argumentnobu2013-07-221-0/+2
* vm_eval.c: __dir__ in evalnobu2013-06-141-0/+2
* test_method.rb: use realpathnobu2013-06-141-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-9/+0
* test_method.rb: fix for direct invocationnobu2013-05-271-1/+1
* proc.c: Kernel#singleton_methodnobu2013-05-131-0/+12
* proc.c: consider noex in define_methodnobu2013-03-311-0/+32
* test_method.rb: splitnobu2013-03-311-0/+4
* test_method.rb: refine assertionsnobu2013-03-251-3/+7
* * test/ruby/test_method.rb (test_unlinked_method_entry_in_method_object_bug):nobu2013-03-251-0/+13
* test_method.rb: reduce iterationnobu2013-03-051-1/+1
* proc.c: revert r39224nobu2013-03-051-1/+2
* * vm.c (rb_thread_mark): mark a working Proc of bmethodko12013-02-161-0/+14
* proc.c: skip prependsnobu2013-02-131-0/+27
* proc.c: original_namenobu2013-02-131-0/+1
* proc.c: show the given namenobu2013-02-131-0/+11
* * proc.c (method_eq): fix the documentation to refer to owner.shugo2012-12-281-0/+15
* method transplantingnobu2012-12-131-0/+4
* vm_method.c: make initialize methods privatenobu2012-12-011-0/+9
* * eval.c (f_current_dirname): add the new method for Kernel.nari2012-11-031-0/+5
* __callee__ fixnobu2012-07-041-0/+14
* method transplantingnobu2012-06-251-4/+6
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-181-0/+12
* * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre2012-02-211-0/+1
* * vm_method.c (rb_method_boundp):knu2012-02-131-2/+2
* * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj2011-08-201-0/+1
* * vm_insnhelper.c (vm_search_superclass): avoid control framenagachika2011-06-251-0/+14
* * eval.c (frame_func_id): __method__ return different name fromnagachika2011-05-051-0/+26
* * test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu2011-01-101-0/+8
* * vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu2010-12-031-21/+0
* * vm_insnhelper.c (vm_call_method): protected methods should benobu2010-12-031-0/+2
* * vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu2010-12-031-0/+19
* * vm_method.c (rb_method_boundp): revert r28543, r28564.naruse2010-07-211-2/+2
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-071-3/+11
* * vm_method.c (rb_method_boundp): Return false for protectedknu2010-07-051-0/+58
* * test/ruby/test_method.rb (test_public_methods_with_extended): test for [rub...nobu2010-06-121-0/+10
* * vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame2010-05-191-0/+4
* * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame2010-01-221-0/+4
* * proc.c (mnew): don't check visibility of method body if publicmame2010-01-081-0/+15
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-231-0/+1