run(argv = ARGV)
Runs the ri command line executable using argv
# File lib/rdoc/ri/driver.rb, line 315 def self.run argv = ARGV options = process_args argv if options[:dump_path] then dump options[:dump_path] return end ri = new options ri.run end