aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_proc.rb
Commit message (Expand)AuthorAgeFilesLines
* * Merge YARVko12006-12-311-2/+19
* * eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu2004-06-191-0/+31
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-0/+5
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-2/+2
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_proc.rb (TestProc::test_eq): added aakira2004-02-061-3/+6
* * test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira2004-02-061-0/+17
* * test/ruby/test_proc.rb (test_arity): added.nobu2003-11-271-13/+39
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-9/+9
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-5/+5
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+45