This is the command pry that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
PRY - A Reference to the PRY repl.
Synopsis
pry [--version] [--exec] [--no-pager] [--no-history] [--no-color] [-f] [--no-plugins]
[--installed-plugins] [--simple-prompt] [--require file] [-I] [--context] [--help]
DESCRIPTION
Pry is a powerful alternative to the standard IRB shell for Ruby. It is written from
scratch to provide a number of advanced features.
HOMEPAGE
http://pry.github.com/
OPTIONS
-v --version
Prints the version of Pry.
-e --exec
Executes argument 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 Prevent loading of ~/.pryrc for session.
--no-plugins
Suppress loading of plugins.
--installed-plugins
List installed plugins.
--simple-prompt
Enable simple prompt mode (eg, >>).
-r --require
Require a ruby script at startup.
-I Add a path to the $LOAD_PATH
-c --context
Start the session in the specified context. Equivalent to context.pry in a session.
Use pry online using onworks.net services