# File lib/semantic_puppet/dependency/graph_node.rb, line 55
      def constraints
        @_constraints ||= Hash.new { |h, k| h[k] = [] }
      end