aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_method.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * proc.c (rb_method_entry_arity): support optimized method (send).ko12009-07-281-0/+4
* * test/ruby/test_{proc,method}.rb: updated tests.nobu2009-02-131-12/+12
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-281-0/+70
* * test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui2008-11-221-4/+4
* * test/ruby/test_method.rb (test_default_accessiblity): test case foryugui2008-11-221-0/+16
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-10/+1
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-1/+1
* * test/ruby/test_method.rb: add a test.mame2008-06-021-0/+10
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+18
* fix typokazu2008-05-111-1/+1
* add tests of UnboundMethod#{name,owner}kazu2008-05-111-0/+2
* * proc.c (method_name): should return symbols instead of strings.matz2008-04-281-1/+1
* * eval.c (eval): allow to eval in a binding that has a singleton method.mame2008-02-131-0/+148
* * eval.c (frame_func_id): return proper method ID.nobu2007-08-171-0/+9
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-011-0/+4
* * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi2005-08-081-0/+42