module Rodauth::RegexpExtensions

Public Instance Methods

match?(*args) click to toggle source
# File lib/rodauth/oauth/refinements.rb, line 42
def match?(*args)
  !match(*args).nil?
end