Class: Riml::GetSpecialVariableNode
- Inherits:
-
Struct
- Object
- Struct
- Riml::GetSpecialVariableNode
- Includes:
- FullyNameable, Visitable
- Defined in:
- lib/nodes.rb
Overview
&autoindent
Constant Summary
Constants included from Visitable
Visitable::DESCENDANT_OF_REGEX
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Attributes included from Visitable
#compiled_output, #force_newline, #parent_node, #scope
Method Summary
Methods included from FullyNameable
Methods included from Visitable
#accept, #method_missing, #respond_to?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Riml::Visitable
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
531 532 533 |
# File 'lib/nodes.rb', line 531 def name @name end |
#prefix ⇒ Object
Returns the value of attribute prefix
531 532 533 |
# File 'lib/nodes.rb', line 531 def prefix @prefix end |