Method: Inspec::Tag#to_ruby

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

#to_rubyObject



17
18
19
# File 'lib/inspec/objects/tag.rb', line 17

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