# File lib/semantic_puppet/dependency/graph_node.rb, line 112
      def <=>(other)
        name <=> other.name
      end