Method: HTTP::Options#feature

Defined in:
lib/http/options.rb

#feature(name) ⇒ Object



178
179
180
# File 'lib/http/options.rb', line 178

def feature(name)
  features[name]
end