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