class Regexp
Public Instance Methods
check(arg)
click to toggle source
# File lib/sinatra/core_ext/regexp.rb, line 2 def check(arg) false true if self =~ arg end
# File lib/sinatra/core_ext/regexp.rb, line 2 def check(arg) false true if self =~ arg end