# File lib/semantic_puppet/dependency/graph_node.rb, line 38
      def dependencies
        @_dependencies ||= Hash.new { |h, k| h[k] = SortedSet.new }
      end