module Babl::Operators::Null::DSL

Public Instance Methods

null() click to toggle source

This operator always produces a JSON 'null'. We need it because a JSON file is also a valid BABL file (only if it is also a valid Ruby file, of course)

# File lib/babl/operators/null.rb, line 10
def null
    static(nil)
end