module SyntaxTree

def self.index_file(filepath)

documentation generation.
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