Class: SecondExample::Second

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

Class Method Summary collapse

Class Method Details



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

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