aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_eval.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_eval.rb: add new test.usa2008-12-251-0/+17
* * eval.c, vm_insnhelper.c: fix cref in instance_evalko12008-05-191-7/+10
* * test/ruby/test_eval.rb (test_define_method_block): new testnobu2008-05-171-0/+13
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+17
* * eval.c (rb_obj_instance_eval): use class of immediate objects.ko12007-12-221-1/+1
* test/ruby/test_eval.rb: class variable test updated.matz2007-12-211-12/+7
* * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):matz2007-11-261-15/+5
* use ML ref. for assertion message.akr2007-11-181-8/+8
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-2/+2
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-2/+2
* * Merge YARVko12006-12-311-27/+246
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-1/+1
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-121-1/+1
* add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr2004-09-071-0/+35
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-34/+34
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-24/+24
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+124