Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created January 21, 2013 02:41
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 jugyo/4583281 to your computer and use it in GitHub Desktop.
Save jugyo/4583281 to your computer and use it in GitHub Desktop.
earthquake.gem plugin to start pry session
require 'pry'
Earthquake.init do
command :pry do
binding.pry
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment