summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
2014-11-25vm_eval.c: preserve encodingnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-02* test/ruby/test_method.rb: r48239 makes this test green.ko1
2014-07-26proc.c: method_super_methodnobu
2014-06-19proc.c: Implement Method#currynobu
2014-03-18* vm_eval.c (eval_string_with_cref): Use file path even if scope issorah
2013-12-25iseq.c: fix parameter of unnamed rest keywords argumentnobu
2013-12-25proc.c: fix arity of rest keywords argumentnobu
2013-12-25test_method.rb, test_proc.rb: suppress warningsnobu
2013-12-24test_method.rb: fix testnobu
2013-12-24proc.c: make method by define_method publicnobu
2013-12-14proc.c: method by respond_to_missing?nobu
2013-12-13proc.c: fix inherited ownernobu
2013-12-13proc.c, vm_method.c: fix super and aliasnobu
2013-12-13test/ruby: better assertionsnobu
2013-08-05* object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome
2013-07-22vm_eval.c: use file argumentnobu
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-14test_method.rb: use realpathnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-27test_method.rb: fix for direct invocationnobu
2013-05-13proc.c: Kernel#singleton_methodnobu
2013-03-31proc.c: consider noex in define_methodnobu
2013-03-31test_method.rb: splitnobu
2013-03-25test_method.rb: refine assertionsnobu
2013-03-25* test/ruby/test_method.rb (test_unlinked_method_entry_in_method_object_bug):nobu
2013-03-05test_method.rb: reduce iterationnobu
2013-03-05proc.c: revert r39224nobu
2013-02-16* vm.c (rb_thread_mark): mark a working Proc of bmethodko1
2013-02-13proc.c: skip prependsnobu
2013-02-13proc.c: original_namenobu
2013-02-13proc.c: show the given namenobu
2012-12-28* proc.c (method_eq): fix the documentation to refer to owner.shugo
2012-12-13method transplantingnobu
2012-12-01vm_method.c: make initialize methods privatenobu
2012-11-03* eval.c (f_current_dirname): add the new method for Kernel.nari
2012-07-04__callee__ fixnobu
2012-06-25method transplantingnobu
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu
2012-02-21* proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre
2012-02-13* vm_method.c (rb_method_boundp):knu
2011-08-20* iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj
2011-06-25* vm_insnhelper.c (vm_search_superclass): avoid control framenagachika
2011-05-05 * eval.c (frame_func_id): __method__ return different name fromnagachika
2011-01-10* test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu
2010-12-03* vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu
2010-12-03* vm_insnhelper.c (vm_call_method): protected methods should benobu
2010-12-03* vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu
2010-07-21* vm_method.c (rb_method_boundp): revert r28543, r28564.naruse
2010-07-07* vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu