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