class Berkshelf::GraphvizNotInstalled
Public Instance Methods
Source
# File lib/berkshelf/errors.rb, line 509 def to_s "Graphviz is not installed! In order to generate a dependency graph, " \ "you must install Graphviz. Please visit the Graphviz homepage at " \ "http://www.graphviz.org/ or consult your package manager for more " \ "information on how to install Graphviz." end