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



68
69
70
# File 'lib/inspec/plugins/resource.rb', line 68

def inspect
  to_s
end