summaryrefslogtreecommitdiff
path: root/test/ruby/test_object.rb
AgeCommit message (Expand)Author
2011-08-05* test/ruby/test_object.rb: tests that respond_to? returns false.nobu
2011-08-05* vm_eval.c (check_funcall): try respond_to? first if redefined.nobu
2011-07-26* vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu
2011-07-22* test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-13* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-10-30* vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu
2009-10-16* test/ruby/test_object.rb (test_respond_to_missing):nobu
2009-10-16* test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-25* proc.c (missing_wrap): reverted.nobu
2009-09-25* proc.c (mnew): fix for instance method of Module, BasicObjectnobu
2009-09-24* proc.c (mnew): generate method object that wraps method_missing,matz
2009-08-04* lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame
2009-07-06* test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz
2009-03-08* test/ruby/test_object.rb: add a test for Object#method_missing.mame
2008-10-09* test/ruby/test_module.rb (test_remove_class_variable): add a testmame
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame