Class: Cel::Null
- Defined in:
- lib/cel/ast/elements.rb
Instance Attribute Summary
Attributes inherited from Literal
Instance Method Summary collapse
-
#initialize ⇒ Null
constructor
A new instance of Null.
Methods inherited from Literal
Constructor Details
#initialize ⇒ Null
Returns a new instance of Null.
217 218 219 |
# File 'lib/cel/ast/elements.rb', line 217 def initialize super(:null_type, nil) end |