From: "Naum T." Date: 2006-07-24T18:58:58+09:00 Subject: Autoloading objects — Ruby equivalent for PHP5 "__autoload 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? -- Posted via http://www.ruby-forum.com/.