Class: HTTP::Feature

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

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ Feature

Returns a new instance of Feature.



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

def initialize(opts = {})
  @opts = opts
end