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 =
<<~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!