Skip to content

Instantly share code, notes, and snippets.

@kyrylo
Last active January 4, 2016 12:49
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 kyrylo/8624160 to your computer and use it in GitHub Desktop.
Save kyrylo/8624160 to your computer and use it in GitHub Desktop.
~% time pry -e exit
pry -e exit 0.47s user 0.06s system 99% cpu 0.540 total
~%
~% pry --installed-plugins
Installed Plugins:
--
coolline Live syntax-highlighting for the Pry REPL
debugger Fast debugging with Pry.
debundle Allows you to use gems not in your Gemfile from Pry.
doc Provides YARD and extended documentation support for Pry
rails Use Pry as your rails console
remote Connect to Pry remotely
~%
~%
~% time pry --no-plugins -e exit
pry --no-plugins -e exit 0.21s user 0.02s system 98% cpu 0.230 total
~%
~%
gem list | wc -l
53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment