N
Naum T.
Does there exist a Ruby equivalent to PHP5 "magic" __autoload method
that spares the developer from detailing a list of "require" statements?
http://us2.php.net/autoload
Or is this something that a homebrewed solution is necessary? Like
catching the exception and testing for file existence, etc.… or is there
a gem/extension featuring this functionality?
that spares the developer from detailing a list of "require" statements?
http://us2.php.net/autoload
Or is this something that a homebrewed solution is necessary? Like
catching the exception and testing for file existence, etc.… or is there
a gem/extension featuring this functionality?