class HTTP::Feature

Public Class Methods

new(opts = {}) click to toggle source
# File lib/http/feature.rb, line 4
def initialize(opts = {})
  @opts = opts
end