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