Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
load_class(klass_name)
public
Loads ri data for klass_name
# File lib/rdoc/ri/store.rb, line 195
def load_class klass_name
open class_file(klass_name), 'rb' do |io|
Marshal.load io.read
end
end