Class: Pry::Shell::UI::Configuration::AutoConnect

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

Constant Summary

Constants inherited from Base

Base::SEPERATOR

Class Method Summary collapse

Methods inherited from Base

clear!, stop_main_ui!

Class Method Details

.draw!Object



9
10
11
# File 'lib/pry/shell/ui/configuration/auto_connect.rb', line 9

def draw!
  Shell.configuration.auto_connect = show_prompt
end