class BinData::Base

def inspect

Return a human readable representation of this data object.
def inspect
  snapshot.inspect
end