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