class Hamster::SortedSet::AVLNode::Empty

def delete(item); throw :not_present; end

def delete(item);       throw :not_present; end