30 31 32 33
# File 'activemodel/lib/active_model/type/binary.rb', line 30 def serialize(value) return if value.nil? Data.new(super) end