class Regexp::Expression::Base

def match?(string)

def match?(string)
  !!match(string)
end