Pry - bootstraponline/meta GitHub Wiki
Pry is awesome.
gem install pry rb-readline
require 'pry'
# will breakpoint here
binding.pry
- stackoverflow.com/questions/7180959/how-to-use-pry-with-sinatra
Enable debugging to step through code.
Pry is awesome.
gem install pry rb-readline
require 'pry'
# will breakpoint here
binding.pry
Enable debugging to step through code.