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
10 11 12 |
# File 'lib/inspec-plugin-example/second.rb', line 10 def self.print puts "another example print out" end |