class Regexp::Expression::Group::Named

def initialize_copy(orig)

def initialize_copy(orig)
  @name = orig.name.dup
  super
end