module SyntaxTree

def self.index(source)

documentation generation.
method definitions. Used to quickly provide indexing capability for IDEs or
Indexes the given source code to return a list of all class, module, and
def self.index(source)
  Index.index(source)
end