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