class SecondExample::Second
Public Class Methods
print()
click to toggle source
# File lib/inspec-plugin-example/second.rb, line 9 def self.print puts 'another example print out' end
# File lib/inspec-plugin-example/second.rb, line 9 def self.print puts 'another example print out' end