Method: Inspec::Plugins::Resource#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



72
73
74
# File 'lib/inspec/plugins/resource.rb', line 72

def inspect
  to_s
end