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