Method: Inspec::ResourceDSL#example

Defined in:
lib/inspec/plugin/v1/plugin_types/resource.rb

#example(example = nil) ⇒ Object



40
41
42
43
44
# File 'lib/inspec/plugin/v1/plugin_types/resource.rb', line 40

def example(example = nil)
  return if example.nil?

  __resource_registry[@name].example(example)
end