DEBSOURCES
Skip Quicknav
sources / ruby-http / 3.3.0-2 / lib / http / feature.rb
123456789
# frozen_string_literal: true module HTTP class Feature def initialize(opts = {}) # rubocop:disable Style/OptionHash @opts = opts end end end