Method: SecondExample::Second.print

Defined in:
lib/inspec-plugin-example/second.rb


9
10
11
# File 'lib/inspec-plugin-example/second.rb', line 9

def self.print
  puts 'another example print out'
end