class BinData::Primitive

def respond_to?(symbol, include_private = false) # :nodoc:

:nodoc:
def respond_to?(symbol, include_private = false) # :nodoc:
  @struct.respond_to?(symbol, include_private) || super
end