lib/solve/graph.rb in solve-0.4.4 vs lib/solve/graph.rb in solve-0.5.0

- old
+ new

@@ -1,6 +1,5 @@ module Solve - # @author Jamie Winsor <reset@riotgames.com> class Graph class << self # Create a key for a graph from an instance of an Artifact or Dependency # # @param [Solve::Artifact, Solve::Dependency] object