module Dry::Logic::Predicates::Methods

def nil?(input)

def nil?(input)
  input.nil?
end