class Ronn::Index
def self.[](path)
file. The index is loaded from the corresponding index.txt file if
Retrieve an Index for
def self.[](path) (@indexes ||= {})[index_path_for_file(path)] ||= Index.new(index_path_for_file(path)) end
def self.[](path) (@indexes ||= {})[index_path_for_file(path)] ||= Index.new(index_path_for_file(path)) end