class YARD::CLI::Graph

def initialize

Creates a new instance of the command-line utility
def initialize
  super
  @use_document_file = false
  @options = GraphOptions.new
  options.reset_defaults
  options.serializer = YARD::Serializers::StdoutSerializer.new
end