Skip to content

Instantly share code, notes, and snippets.

@stevenyap
Created June 20, 2014 10:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenyap/b178c06d004146507adc to your computer and use it in GitHub Desktop.
Save stevenyap/b178c06d004146507adc to your computer and use it in GitHub Desktop.
REPL-driven development in Ruby
gem 'pry'
gem 'pry-doc'
gem 'pry-coolline'
gem 'pry-stack_explorer'
gem 'pry-debugger'
gem 'pry-rescue'

gem 'hirb' # run hirb.enable to enable tab output
gem 'awesome_print'

Useful shortcuts

whereami
__ # return second last evaluation
wtf
wtf?!?!?!??!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment