module SwotCollectionMethods

def all_domains

Returns an array of domain strings.
def all_domains
  each_domain.map(&:to_s)
end