Skip to content

Instantly share code, notes, and snippets.

@mikepack
Created October 15, 2014 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikepack/48f3de7f6d43b49ef1c0 to your computer and use it in GitHub Desktop.
Save mikepack/48f3de7f6d43b49ef1c0 to your computer and use it in GitHub Desktop.
My .irbrc
require 'irb/completion'
require 'brice'
Brice.init do |config|
config.exclude 'libs'
end
IRB.conf[:AUTO_INDENT] = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment