Method: Yadriggy::Label#name
- Defined in:
- lib/yadriggy/ast.rb
#name ⇒ String
Returns the label name.
For example, if this object represents length:,
then "length" (without a colon) is returned.
170 |
# File 'lib/yadriggy/ast.rb', line 170 def name() super end |