class BinData::Struct

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

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