Method: Inspec::RunnerMock#run
- Defined in:
- lib/inspec/runner_mock.rb
#run(_with = nil) ⇒ Object
37 38 39 |
# File 'lib/inspec/runner_mock.rb', line 37 def run(_with = nil) puts 'uhm.... nothing or something... dunno, ask your admin' end |