Class: SecondExample::CLI

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

Instance Method Summary collapse

Instance Method Details

#secondObject



38
39
40
# File 'lib/inspec-plugin-example/cli.rb', line 38

def second
  SecondExample::Second.print
end