summaryrefslogtreecommitdiff
path: root/test/ruby/test_object.rb
AgeCommit message (Expand)Author
2013-03-15r39766 denied to initialized already initialized time objectnaruse
2013-03-13class.c: from the origin classnobu
2013-01-29* object.c: Improve error for failed implicit conversions [Bug #7539]marcandre
2012-12-05vm_eval.c: public_send does not consider how it is callednobu
2012-12-05test_object.rb: test for public_sendnobu
2012-12-01object.c: make remove_instance_variable publicnobu
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-05Adding a test for initialize_clone and initialize_dup. From Github:tenderlove
2012-08-17object.c: preserve encodingsnobu
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-06-05obj_init_copynobu
2012-03-15* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu
2012-03-14 * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain
2012-03-12* vm_method.c (Init_eval_method): copy basic methods to Exception.nobu
2012-02-11* vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-24* object.c (rb_Hash): trivial optimization.nobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-02* test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj
2012-01-02* test/ruby/test_object.rb (test_send_with_block): moved fromktsj
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