class Regexp::Expression::Root

def initialize

def initialize
  super Regexp::Token.new(:expression, :root, '', 0)
end