Skip to content

Instantly share code, notes, and snippets.

@timmow
Created January 9, 2014 14:21
Show Gist options
  • Select an option

  • Save timmow/8334810 to your computer and use it in GitHub Desktop.

Select an option

Save timmow/8334810 to your computer and use it in GitHub Desktop.
module Kernel
alias_method :old_autoload, :autoload
def autoload symbol, file
require file
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment