summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
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
2010-07-05* vm_method.c (rb_method_boundp): Return false for protectedknu
2010-06-12* test/ruby/test_method.rb (test_public_methods_with_extended): test for [rub...nobu
2010-05-19* vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2010-01-08* proc.c (mnew): don't check visibility of method body if publicmame
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-07-28* proc.c (rb_method_entry_arity): support optimized method (send).ko1
2009-02-13* test/ruby/test_{proc,method}.rb: updated tests.nobu
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-11-22* test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui
2008-11-22* test/ruby/test_method.rb (test_default_accessiblity): test case foryugui
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-02* test/ruby/test_method.rb: add a test.mame
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame