class BinData::Struct::Snapshot

def method_missing(symbol, *args)

def method_missing(symbol, *args)
  key?(symbol) ? self[symbol] : super
end