Class: Kumi::Syntax::Literal
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Syntax::Literal
- Includes:
- Node
- Defined in:
- lib/kumi/syntax/literal.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Attributes included from Node
Instance Method Summary collapse
Methods included from Node
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/kumi/syntax/literal.rb', line 5 def value @value end |
Instance Method Details
#children ⇒ Object
8 |
# File 'lib/kumi/syntax/literal.rb', line 8 def children = [] |