class ASTree::PrettyNode::OP_ASGN_AND < ASTree::PrettyNode def label_name(index) case index when 1 'operator' end end end