module SyntaxTree
def self.index(source)
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
def self.index(source) Index.index(source) end