class BinData::BasePrimitive

def respond_to_missing?(symbol, include_all = false) # :nodoc:

:nodoc:
def respond_to_missing?(symbol, include_all = false) # :nodoc:
  child = snapshot
  child.respond_to?(symbol, include_all) || super
end