OlderDiff < 20110614T082551Z < ThisDiff > 20110615T061557Z > NewerDiff
COMMIT [NARUSE, Yui] From r31169, defined?(<autloading constant>) returns 'constant'. COMMIT [NARUSE, Yui] Split the spec into require/load and autolod in instance_eval. =================================================================== +++ 20110615T061557Z @@ 15323 @@ - sets the autoload constant in Object's constant table - loads the file when the constant is accessed - does not call Kernel.require or Kernel.load to load the file +- can autoload in instance_eval Kernel#autoload? - is a private method @@ 48044 @@ - sets the autoload constant in Object's constant table - loads the file when the constant is accessed - does not call Kernel.require or Kernel.load to load the file +- can autoload in instance_eval Kernel#autoload? - is a private method
OlderDiff < 20110614T082551Z < ThisDiff > 20110615T061557Z > NewerDiff