Method: Inspec::ResourceDSL#example
- Defined in:
- lib/inspec/plugin/v1/plugin_types/resource.rb
#example(example = nil) ⇒ Object
37 38 39 40 |
# File 'lib/inspec/plugin/v1/plugin_types/resource.rb', line 37 def example(example = nil) return if example.nil? __resource_registry[@name].example(example) end |