Method: Pry::Shell::CLI.run

Defined in:
lib/pry/shell/cli.rb

.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