Skip to content

Instantly share code, notes, and snippets.

@badeball
Created January 15, 2014 21:05
Show Gist options
  • Save badeball/8444673 to your computer and use it in GitHub Desktop.
Save badeball/8444673 to your computer and use it in GitHub Desktop.
if defined?(Rails)
IRB.conf[:IRB_RC] = Proc.new do
$: << 'path-to-your-hirb-installation'
require 'hirb'
Hirb.enable
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment