lib/solve/graph.rb in solve-0.4.2 vs lib/solve/graph.rb in solve-0.4.3

- old
+ new

@@ -1,6 +1,6 @@ module Solve - # @author Jamie Winsor <jamie@vialstudios.com> + # @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