Method: Yadriggy::Label#name

Defined in:
lib/yadriggy/ast.rb

#nameString

Returns the label name. For example, if this object represents length:, then "length" (without a colon) is returned.

Returns:

  • (String)

    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