summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_method.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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