class SyntaxTree::Index::SingletonMethodDefinition
with a specified target.
This entry represents a singleton method definition using the def keyword
def initialize(nesting, name, location, comments)
def initialize(nesting, name, location, comments) @nesting = nesting @name = name @location = location @comments = comments end