class ActiveModel::Type::Binary::Data

def initialize(value)

:nodoc:
def initialize(value)
  @value = value.to_s
end