lib/http/feature.rb in http-5.0.0.pre3 vs lib/http/feature.rb in http-5.0.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module HTTP
class Feature
- def initialize(opts = {}) # rubocop:disable Style/OptionHash
+ def initialize(opts = {})
@opts = opts
end
def wrap_request(request)
request