# File lib/graphviz.rb, line 565
565:   def self.parse( xFile, *hOpts, &block )
566:     g = GraphViz::Parser.parse( xFile, hOpts[0], &block )
567:     return g
568:   end