class Regexp::Expression::Base

def match(string, offset)

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