Skip to content

Instantly share code, notes, and snippets.

@Davidslv
Created October 14, 2013 16:29
Show Gist options
  • Save Davidslv/6978358 to your computer and use it in GitHub Desktop.
Save Davidslv/6978358 to your computer and use it in GitHub Desktop.
irbrc
#!/usr/bin/env ruby
def r!
reload!
end
if ENV['RAILS_ENV']
load "#{ENV['HOME']}/.railsrc"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment