Skip to content

Instantly share code, notes, and snippets.

@brpaz
Created January 20, 2015 19:23
Show Gist options
  • Save brpaz/17d21939d64f29bc8700 to your computer and use it in GitHub Desktop.
Save brpaz/17d21939d64f29bc8700 to your computer and use it in GitHub Desktop.
Autoloads a class from a namespace #ruby #autoload
module App::ModuleA
autoload :Inner, "path/to/inner"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment