Method: Inspec::ResourceBehaviors#inspect

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

#inspectString

Overwrite inspect to provide better output to RSpec results.

Returns:

  • (String)

    full name of the resource



12
13
14
# File 'lib/inspec/plugin/v1/plugin_types/resource.rb', line 12

def inspect
  to_s
end