class Regexp::Expression::Backreference::Name

def initialize(token)

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