module SyntaxTree
def self.index_file(filepath)
definitions. Used to quickly provide indexing capability for IDEs or
Indexes the given file to return a list of all class, module, and method
def self.index_file(filepath) Index.index_file(filepath) end