Class: SecondExample::Second

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

Class Method Summary collapse

Class Method Details



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

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