class BinData::Base

def _snapshot

def _snapshot
  warn "#{caller[0]} `_snapshot' is deprecated as of BinData 1.3.0.  Replace with `snapshot'"
  snapshot
end