class Regexp::Expression::Group::Named
def initialize(token, options = {})
def initialize(token, options = {}) @name = token.text[3..-2] super end
def initialize_clone(other)
def initialize_clone(other) other.instance_variable_set(:@name, name.dup) super end