Method: AppInfo::Shell.run

Defined in:
lib/app_info/shell.rb

.runObject



18
19
20
21
22
23
# File 'lib/app_info/shell.rb', line 18

def run
  setup

  irb = IRB::Irb.new
  irb.run
end