Method: Inspec::Shell#start
- Defined in:
- lib/inspec/shell.rb
#start ⇒ Object
16 17 18 19 20 21 |
# File 'lib/inspec/shell.rb', line 16 def start # store context to run commands in this context c = { content: 'binding.pry', ref: nil, line: nil } @runner.add_content(c, []) @runner.run end |