Kafo::DataType
# File lib/kafo/data_types/undef.rb, line 4 def valid?(input, errors = []) errors << "#{input} must be undef" unless input.nil? return errors.empty? end