Method: Inspec::Shell#initialize

Defined in:
lib/inspec/shell.rb

#initialize(runner) ⇒ Shell

Returns a new instance of Shell.



9
10
11
12
13
14
# File 'lib/inspec/shell.rb', line 9

def initialize(runner)
  @runner = runner
  # load and configure pry
  require 'pry'
  configure_pry
end