Class: InspecPlugins::SecondExample::CliCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/inspec-plugin-example/cli.rb

Overview

Note two-arg form

Instance Method Summary collapse

Instance Method Details

#secondObject



51
52
53
# File 'lib/inspec-plugin-example/cli.rb', line 51

def second
  SecondExample::Second.print
end