Method: Inspec::Tag#to_s

Defined in:
lib/inspec/objects/tag.rb

#to_sObject



23
24
25
# File 'lib/inspec/objects/tag.rb', line 23

def to_s
  "Tag #{key} with #{value}"
end