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