class SyntaxTree::Index::SingletonMethodDefinition
This entry represents a singleton method definition using the def keyword with a specified target.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/index.rb, line 75 def initialize(nesting, name, location, comments) @nesting = nesting @name = name @location = location @comments = comments end