class IDL::GenFile::Content

def has_section?(sectionid)

def has_section?(sectionid)
  @sections.has_key?((sectionid || '').to_sym)
end