Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created April 17, 2013 05:05
Show Gist options
  • Save jugyo/5401924 to your computer and use it in GitHub Desktop.
Save jugyo/5401924 to your computer and use it in GitHub Desktop.
`ir b` to start pry session
module Kernel
def ir(binding)
binding.pry
end
alias_method :b, :binding
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment