class BinData::Struct::Snapshot

def each_pair

def each_pair
  each do |el|
    yield *el
  end
end