class Regexp::Expression::Base

def match(string, offset = 0)

def match(string, offset = 0)
  Regexp.new(to_s).match(string, offset)
end