class Drillbit::Matchers::AcceptHeader

Public Instance Methods

matches?(request) click to toggle source
Calls superclass method Drillbit::Matchers::Generic#matches?
# File lib/drillbit/matchers/accept_header.rb, line 10
def matches?(request)
  super

  accept_header.valid?
end