class Berkshelf::GraphvizNotInstalled

def to_s

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