Method: Inspec::ResourceBehaviors#inspect

Defined in:
lib/inspec/plugins/resource.rb

#inspectString

Overwrite inspect to provide better output to RSpec results.

Returns:

  • (String)

    full name of the resource



14
15
16
# File 'lib/inspec/plugins/resource.rb', line 14

def inspect
  to_s
end