class Regexp::Expression::Backreference::NameCall

def initialize(token)

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