Method: Inspec::ResourceDSL#example

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

#example(example = nil) ⇒ Object



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

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

  __resource_registry[@name].example(example)
end