pry
Interactive Ruby
Options
Name | Description |
---|---|
-e, --exec <code> | A line of code to execute in context before the session starts |
--no-pager | Disable pager for long output |
--no-history | Disable history loading |
--no-color | Disable syntax highlighting for session |
-f | Suppress loading of pryrc |
-s, --select-plugin <plugin> | Only load specified plugin (and no others) |
-d, --disable-plugin <plugin> | Disable a specific plugin |
--no-plugins | Suppress loading of plugins |
--plugins | List installed plugins |
--simple-prompt | Enable simple prompt mode |
--noprompt | No prompt mode |
-r, --require <script> | `require` a Ruby script at startup |
-I <path> | Add a path to the $LOAD_PATH |
--gem <gemname> | Shorthand for -I./lib -rgemname |
-v, --version | Display the Pry version |
-c, --context <context> | Start the session in the specified context. Equivalent to `context.pry` in a session |
-h, --help | Display this help message |