class Necromancer::NullConverter

A pass through converter

Public Instance Methods

call(value, strict: config.strict) click to toggle source
# File lib/necromancer/null_converter.rb, line 8
def call(value, strict: config.strict)
  value
end