module HTTP2Next::RegexpExtensions

Public Instance Methods

match?(*args) click to toggle source
# File lib/http/2/next/extensions.rb, line 7
def match?(*args)
  !match(*args).nil?
end