Method: Inspec::Tag#to_ruby

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

#to_rubyObject



19
20
21
# File 'lib/inspec/objects/tag.rb', line 19

def to_ruby
  "tag #{key.inspect}: #{value.inspect}"
end