Method: Avromatic::Model::Types::NullType#coercible?

Defined in:
lib/avromatic/model/types/null_type.rb

#coercible?(input) ⇒ Boolean Also known as: coerced?

Returns:

  • (Boolean)


27
28
29
# File 'lib/avromatic/model/types/null_type.rb', line 27

def coercible?(input)
  input.nil?
end