A command-line utility to generate Graphviz graphs from a set of objects
@see Graph#run @since 0.6.0
:format => :dot
Creates a new instance of the command-line utility
Runs the command-line utility.
@example
grapher = Graph.new grapher.run('--private')
@param [Array<String>] args each tokenized argument
[Validate]