class Ronn::Index

def self.[](path)

one exists.
file. The index is loaded from the corresponding index.txt file if
Retrieve an Index for , where is a directory or normal
def self.[](path)
  (@indexes ||= {})[index_path_for_file(path)] ||=
    Index.new(index_path_for_file(path))
end