class Necromancer::NullConverter
A pass through converter
Public Instance Methods
call(value, options = {})
click to toggle source
# File lib/necromancer/null_converter.rb, line 7 def call(value, options = {}) value end