Method: ActiveModel::Type::Binary::Data#to_s

Defined in:
activemodel/lib/active_model/type/binary.rb

#to_sObject Also known as: to_str



47
48
49
# File 'activemodel/lib/active_model/type/binary.rb', line 47

def to_s
  @value
end