Class: Example::Control
- Inherits:
-
Object
- Object
- Example::Control
- Defined in:
- lib/inspec-plugin-example/control.rb
Class Method Summary collapse
Class Method Details
.print(options) ⇒ Object
9 10 11 12 13 |
# File 'lib/inspec-plugin-example/control.rb', line 9 def self.print() Inspec::Log.debug 'Example::Control debugging message' puts "This used to be an example of creating a control, now it's just a subcommand example." puts 'I see your example option!' if [:example] end |