Class: Pry::Shell::UI::About

Inherits:
Base
  • Object
show all
Defined in:
lib/pry/shell/ui/about.rb

Constant Summary collapse

HEADER =
"PRY-SHELL About"
CONTENT =
"pry-shell version \"\#{VERSION}\"\n\nPry-shell provides you a standalone shell for accessing multiple `pry` sessions running on different processes.\nYou can switch between sessions by going back to the menu using the \"\\\\m\" command.\n\nWritten by Mehmet Emin INAC.\n"

Constants inherited from Base

Base::SEPERATOR

Method Summary

Methods inherited from Base

clear!, draw!, stop_main_ui!