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