Method: Inspec::Plugins::Resource.example
- Defined in:
- lib/inspec/plugins/resource.rb
.example(example = nil) ⇒ Object
19 20 21 22 |
# File 'lib/inspec/plugins/resource.rb', line 19 def self.example(example = nil) return if example.nil? Inspec::Resource.registry[@name].example(example) end |