Method: BinData::Base#inspect

Defined in:
lib/bindata/base.rb

#inspectObject

Return a human readable representation of this data object.



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

def inspect
  snapshot.inspect
end