class InspecPlugins::SecondExample::CliCommand

Public Instance Methods

second() click to toggle source
# File lib/inspec-plugin-example/cli.rb, line 51
def second
  SecondExample::Second.print
end