Method: Cel::Null#initialize

Defined in:
lib/cel/ast/elements.rb

#initializeNull

Returns a new instance of Null.



221
222
223
# File 'lib/cel/ast/elements.rb', line 221

def initialize
  super(:null_type, nil)
end