Method: AppMap::Command::Inspect.run

Defined in:
lib/appmap/command/inspect.rb

.runObject



8
9
10
11
# File 'lib/appmap/command/inspect.rb', line 8

def run
  command = Inspect.new(verbose: ENV['DEBUG'] == 'true')
  command.inspect(ARGV)
end