Class: Luoma::NullLiteral
- Inherits:
-
Expression
- Object
- Expression
- Luoma::NullLiteral
- Defined in:
- lib/luoma/expression.rb,
sig/luoma/expression.rbs
Instance Attribute Summary
Attributes inherited from Expression
Instance Method Summary collapse
-
#children ⇒ ::Array[_Traversable]
() -> Array.
-
#evaluate(context) ⇒ Object
(RenderContext) -> untyped.
-
#to_s ⇒ String
() -> String.
Methods inherited from Expression
Constructor Details
This class inherits a constructor from Luoma::Expression
Instance Method Details
#children ⇒ ::Array[_Traversable]
() -> Array
297 298 299 |
# File 'sig/luoma/expression.rbs', line 297 def children [] end |
#evaluate(context) ⇒ Object
(RenderContext) -> untyped
861 862 863 |
# File 'lib/luoma/expression.rb', line 861 def evaluate(context) nil end |
#to_s ⇒ String
() -> String
870 871 872 |
# File 'lib/luoma/expression.rb', line 870 def to_s "" end |