1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/test/unit
matz ccf99b9ce6 * eval.c (ev_const_get): simplified using rb_const_get_fallback().
* eval.c (ev_const_defined): adopt to ev_const_get() using
  rb_const_defined_fallback().

* variable.c (rb_const_get_fallback): new function to implement
  constant search.

* variable.c (rb_const_defined_fallback): new function to
  implement constant definition check.

* variable.c (rb_const_get_0): adopt to new behavior.  constants
  are looked up in the order of: current class, super classes (but
  Object), lexically external classes/modules, and Object.

* variable.c (rb_const_defined_0): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-02-17 08:40:52 +00:00
..
collector * eval.c (ev_const_get): simplified using rb_const_get_fallback(). 2006-02-17 08:40:52 +00:00
ui
util
assertionfailederror.rb
assertions.rb
autorunner.rb * lib/test/unit/autorunner.rb (process_args): ignore arguments after 2006-01-22 14:28:02 +00:00
collector.rb
error.rb
failure.rb
testcase.rb
testresult.rb
testsuite.rb