Example: Nil.
Example: Nil
8 9 10 11 12
# File 'lib/definition/dsl/nil.rb', line 8 def Nil # rubocop:disable Naming/MethodName Types::Lambda.new(:nil) do |value| conform_with(value) if value.nil? end end