module Rack::RegexpExtensions

Public Instance Methods

# File lib/rack/core_ext/regexp.rb, line 9
def match?(string, pos = 0)
  !!match(string, pos)
end