Method: Endoscope::CLI#start
- Defined in:
- lib/endoscope/cli.rb
#start(dyno_selector = 'all') ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/endoscope/cli.rb', line 15 def start(dyno_selector = 'all') @dyno_selector = dyno_selector @issued = Set.new start_responses_printing_thread transport start_shell end |