12 13 14 15 16 17
# File 'lib/inspec/objects/tag.rb', line 12 def to_hash { name: key, value: value, } end