Class: SecondExample::Second
- Inherits:
-
Object
- Object
- SecondExample::Second
- Defined in:
- lib/inspec-plugin-example/second.rb
Class Method Summary collapse
Class Method Details
.print ⇒ Object
9 10 11 |
# File 'lib/inspec-plugin-example/second.rb', line 9 def self.print puts 'another example print out' end |