module Rack::RegexpExtensions Public Instance Methods match? (string, pos = 0) toggle source # File lib/rack/core_ext/regexp.rb, line 9 def match?(string, pos = 0) !!match(string, pos) end