class Regexp

Stolen from Active Support and changed a bit may in the future be substituted by facets version

Public Instance Methods

match?(*args) click to toggle source
# File lib/core_ext.rb, line 6
def match?(*args)
  !!match(*args)
end