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