class BinData::Struct::Snapshot

def respond_to?(symbol, include_private = false)

def respond_to?(symbol, include_private = false)
  key?(symbol) || super
end