summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_defined.rb
Commit message (Expand)AuthorAgeFilesLines
* * compile.c, insns.def: change return value of "defined?"ko12007-11-271-0/+29
* * compile.c (defined_expr): defined(method(x)) dumped core. amatz2007-11-231-2/+11
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * variable.c (rb_const_defined_0): look up constants in Object asnobu2003-10-021-1/+4
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-6/+6
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-2/+2
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+42