summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_object.rb
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (check_funcall): reset method_missing_reason beforenobu2009-12-191-0/+10
* * test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr2009-12-131-1/+1
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-0/+8
* * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu2009-10-301-0/+25
* * test/ruby/test_object.rb (test_respond_to_missing):nobu2009-10-161-1/+1
* * test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu2009-10-161-0/+20
* git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25129 b2dd03c8-39d4-4d8...matz2009-09-281-0/+3
* * proc.c (missing_wrap): reverted.nobu2009-09-251-0/+2
* * proc.c (mnew): fix for instance method of Module, BasicObjectnobu2009-09-251-2/+13
* * proc.c (mnew): generate method object that wraps method_missing,matz2009-09-241-0/+33
* * lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame2009-08-041-0/+36
* * test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz2009-07-061-3/+3
* * test/ruby/test_object.rb: add a test for Object#method_missing.mame2009-03-081-0/+8
* * test/ruby/test_module.rb (test_remove_class_variable): add a testmame2008-10-091-0/+7
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-0/+78
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-39/+23
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+339