summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
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
2008-05-11fix typokazu
2008-05-11add tests of UnboundMethod#{name,owner}kazu
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz
2008-02-13* eval.c (eval): allow to eval in a binding that has a singleton method.mame
2007-08-17* eval.c (frame_func_id): return proper method ID.nobu
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2005-08-08 * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi