class SyntaxTree::Index::ConstantDefinition
This entry represents a constant assignment.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/index.rb, line 38 def initialize(nesting, name, location, comments) @nesting = nesting @name = name @location = location @comments = comments end