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