Skip to content

Instantly share code, notes, and snippets.

@jodell
Created January 21, 2013 02:56
Show Gist options
  • Save jodell/4583315 to your computer and use it in GitHub Desktop.
Save jodell/4583315 to your computer and use it in GitHub Desktop.
class Object
def use(lib)
puts "seriously, just use #{lib}"
lib
end
alias :just :require
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment