Last active
January 4, 2016 12:49
-
-
Save kyrylo/8624160 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~% 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