Method: BinData::Base#to_s

Defined in:
lib/bindata/base.rb

#to_sObject

Return a string representing this data object.



189
190
191
# File 'lib/bindata/base.rb', line 189

def to_s
  snapshot.to_s
end