# File lib/rdoc/ri/driver.rb, line 93 def self.dump data_path require 'pp' open data_path, 'rb' do |io| pp Marshal.load(io.read) end end