Class: Pry::Shell::UI::About
- Inherits:
-
Base
- Object
- Base
- Pry::Shell::UI::About
show all
- Defined in:
- lib/pry/shell/ui/about.rb
Constant Summary
collapse
"PRY-SHELL About"
- CONTENT =
<<~MARKDOWN
pry-shell version "#{VERSION}"
Pry-shell provides you a standalone shell for accessing multiple `pry` sessions running on different processes.
You can switch between sessions by going back to the menu using the "\\m" command.
Written by Mehmet Emin INAC.
MARKDOWN
Constants inherited
from Base
Base::SEPERATOR
Method Summary
Methods inherited from Base
clear!, draw!, stop_main_ui!