# sig/swot.rbs

class Swot
  def academic_domain?: () -> untyped
  def domains_path: () -> untyped
  def file_extended_path: () -> untyped
  def file_path: () -> untyped
  def from_path: () -> untyped
  def get_institution_name: () -> untyped
  def institution_name: () -> untyped
  def valid?: () -> untyped
end


# sig/swot/collection_methods.rbs

module SwotCollectionMethods
  def all_domains: () -> untyped
  def each_domain: () -> untyped
end
