# File lib/fog/aws/parsers/compute/describe_tags.rb, line 8 def reset @tag = {} @response = { 'tagSet' => [] } end