class SyntaxTree::Index::SingletonMethodDefinition
def initialize(nesting, name, location, comments)
def initialize(nesting, name, location, comments) @nesting = nesting @name = name @location = location @comments = comments end
def initialize(nesting, name, location, comments) @nesting = nesting @name = name @location = location @comments = comments end