Class: HTTP::Feature

Inherits:
Object
  • Object
show all
Defined in:
lib/http/feature.rb

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ Feature

rubocop:disable Style/OptionHash



5
6
7
# File 'lib/http/feature.rb', line 5

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