class Regexp::Expression::Group::Named

def initialize(token)

def initialize(token)
  @name = token.text[3..-2]
  super(token)
end