Sha256: 0306d1c48ade9f0986783592f3770d3e9d9d4f2f4b4a50afcf36b1146cf1a8ee

Contents?: true

Size: 161 Bytes

Versions: 6

Compression:

Stored size: 161 Bytes

Contents

# frozen_string_literal: true

module HTTP
  class Feature
    def initialize(opts = {}) # rubocop:disable Style/OptionHash
      @opts = opts
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
http-3.3.0 lib/http/feature.rb
http-3.2.1 lib/http/feature.rb
http-3.2.0 lib/http/feature.rb
http-3.1.0 lib/http/feature.rb
http-3.0.0 lib/http/feature.rb
http-3.0.0.pre lib/http/feature.rb