Method: BinData::Base#inspect

Defined in:
lib/bindata/base.rb

#inspectObject

Return a human readable representation of this data object.



185
186
187
# File 'lib/bindata/base.rb', line 185

def inspect
  snapshot.inspect
end