Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
inspect()
public
@return [String] a string suitable for debugging
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 98
def inspect
"#{self.class}:#{vertices.values.inspect}"
end