aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_defined.rb
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) d05f04d27dd86c67e4a8dfff4392f806cf577bdf: [Backport #16931]nagachika2020-08-011-0/+1
* Split test_defined_methodNobuyoshi Nakada2020-08-011-1/+22
* Fix typo in test namePeter Zhu2020-08-011-1/+1
* Test for [Bug #16669]Nobuyoshi Nakada2020-08-011-0/+8
* Split test_definedNobuyoshi Nakada2020-08-011-2/+16
* defined? returns nil for toplevel constant lookupnobu2018-01-271-0/+4
* parse.y: primary should not be 0nobu2017-08-221-0/+4
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * vm_insnhelper.c (vm_defined): check respond_to_missing?ko12015-06-021-0/+15
* * vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko12015-06-021-0/+25
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby: get rid of warnings.usa2014-03-041-1/+1
* * test/ruby/test_defined.rb (TestDefined#test_super_toplevel):nobu2013-05-051-0/+5
* insns.def: method entry from method framenobu2013-05-051-0/+16
* parse.y: "nil" for defined? with empty expressionnobu2013-04-051-0/+7
* * iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse2012-09-241-0/+5
* use assert_predicate for unary operatornaruse2012-09-241-1/+1
* Feature #7035nobu2012-09-241-0/+6
* insns.def: use klass in cfpnobu2012-08-061-0/+18
* defined: me in cfpnobu2012-07-111-0/+16
* * compile.c (defined_expr): guard the whole expression.nobu2012-02-111-0/+12
* * vm_insnhelper.h (COPY_CREF): should copyshugo2011-03-301-14/+19
* * test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu2011-03-241-0/+5
* * vm_insnhelper.c (vm_get_ev_const): should not autoload innobu2011-03-241-0/+11
* * variable.c (rb_const_defined_0): fix autoloading base.nobu2011-03-241-0/+18
* * test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu2011-03-241-3/+3
* * test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame2010-01-211-0/+7
* * 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