class BinData::Section

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

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