Method: Inspec::Shell#initialize

Defined in:
lib/inspec/shell.rb

#initialize(runner) ⇒ Shell

rubocop:disable Metrics/ClassLength



13
14
15
# File 'lib/inspec/shell.rb', line 13

def initialize(runner)
  @runner = runner
end