Class: Pry::Shell::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/pry/shell/cli.rb

Class Method Summary collapse

Class Method Details

.runObject



10
11
12
13
14
15
16
# File 'lib/pry/shell/cli.rb', line 10

def run
  options.parse!

  Shell.run

  join_drb_thread
end