Method: Cel::Null#initialize
- Defined in:
- lib/cel/ast/elements.rb
#initialize ⇒ Null
Returns a new instance of Null.
221 222 223 |
# File 'lib/cel/ast/elements.rb', line 221 def initialize super(:null_type, nil) end |
Returns a new instance of Null.
221 222 223 |
# File 'lib/cel/ast/elements.rb', line 221 def initialize super(:null_type, nil) end |