Class: Pry::Shell::UI::Session
Constant Summary collapse
- HEADER =
"PRY-SHELL"
Constants inherited from Base
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.draw! ⇒ Object
10 11 12 13 14 15 |
# File 'lib/pry/shell/ui/session.rb', line 10 def draw! stop_main_ui! clear! draw_header draw_seperator end |