Instance Methods
dev
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/node_ext.rb, line 350
def full_name
name.to_s
end
Returns the full name of this constant. For example: “Foo”
dev
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/node_ext.rb, line 343
def full_name_parts
[name]
end
Returns the list of parts for the full name of this constant. For example: [:Foo]