aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_object.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-17/+21
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-141/+13
* * object.c (rb_obj_ivar_set): call to_str for string only once.naruse2013-04-081-0/+19
* object.c: avoid inadvertent symbol creationnobu2013-04-041-0/+6
* r39766 denied to initialized already initialized time objectnaruse2013-03-151-1/+0
* class.c: from the origin classnobu2013-03-131-0/+9
* * object.c: Improve error for failed implicit conversions [Bug #7539]marcandre2013-01-291-0/+8
* vm_eval.c: public_send does not consider how it is callednobu2012-12-051-0/+2
* test_object.rb: test for public_sendnobu2012-12-051-0/+26
* object.c: make remove_instance_variable publicnobu2012-12-011-1/+2
* * bignum.c (bignew_1): Bignum instances are frozen.ko12012-10-281-2/+2
* Adding a test for initialize_clone and initialize_dup. From Github:tenderlove2012-10-051-0/+11
* object.c: preserve encodingsnobu2012-08-171-0/+24
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-0/+25
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-25/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-0/+25
* obj_init_copynobu2012-06-051-0/+32
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-151-2/+2
* * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain2012-03-141-0/+18
* * vm_method.c (Init_eval_method): copy basic methods to Exception.nobu2012-03-121-0/+18
* * vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain2012-02-111-0/+14
* * vm_eval.c (vm_call0): should pass block to enumerators. patchednobu2012-01-301-0/+51
* * object.c (rb_Hash): trivial optimization.nobu2012-01-241-4/+4
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-241-0/+13
* * test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj2012-01-021-0/+4
* * test/ruby/test_object.rb (test_send_with_block): moved fromktsj2012-01-021-0/+14
* * test/ruby/test_object.rb: tests that respond_to? returns false.nobu2011-08-051-0/+12
* * vm_eval.c (check_funcall): try respond_to? first if redefined.nobu2011-08-051-0/+25
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-0/+13
* * test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu2011-07-221-2/+2
* * object.c (rb_obj_singleton_class): new methodshugo2010-03-231-0/+21
* * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...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