Skip to content

Instantly share code, notes, and snippets.

@dphase
Created October 18, 2012 20:06
Show Gist options
  • Save dphase/3914471 to your computer and use it in GitHub Desktop.
Save dphase/3914471 to your computer and use it in GitHub Desktop.
padrino pry
# ---------------------------------------------------------------------
# Make pry your default shell for padrino console
# ---------------------------------------------------------------------
Padrino.before_load do
begin
$VERBOSE = nil
IRB = Pry
$VERBOSE = false
rescue LoadError
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment