Class: Cel::Null
- Defined in:
- lib/cel/ast/elements/null.rb
Constant Summary collapse
- INSTANCE =
new.freeze
Instance Attribute Summary
Attributes inherited from Literal
Instance Method Summary collapse
-
#initialize ⇒ Null
constructor
A new instance of Null.
Methods inherited from Literal
Methods included from CelMethods
Constructor Details
#initialize ⇒ Null
Returns a new instance of Null.
5 6 7 |
# File 'lib/cel/ast/elements/null.rb', line 5 def initialize super(:null_type, nil) end |