class Bundler::Molinillo::DependencyGraph

def ==(other)

Returns:
  • (Boolean) - whether the two dependency graphs are equal, determined
def ==(other)
  root_vertices == other.root_vertices
end