class SyntaxTree::Index::AliasMethodDefinition
This entry represents a method definition that was created using the alias keyword.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/index.rb, line 88 def initialize(nesting, name, location, comments) @nesting = nesting @name = name @location = location @comments = comments end