Sha256: 9bcc08cfb94bf6ffb1c1ad9182fe48467020c0f228b1bf5410677ccfa73c3655

Contents?: true

Size: 259 Bytes

Versions: 4

Compression:

Stored size: 259 Bytes

Contents

require 'twitter/rest/response/parse_json'

module Twitter
  module REST
    module Response
      class ParseErrorJson < Twitter::REST::Response::ParseJson

        def unparsable_status_codes
          super + [200]
        end

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twitter-5.1.1 lib/twitter/rest/response/parse_error_json.rb
twitter-5.1.0 lib/twitter/rest/response/parse_error_json.rb
twitter-5.0.1 lib/twitter/rest/response/parse_error_json.rb
twitter-5.0.0 lib/twitter/rest/response/parse_error_json.rb