module SwotCollectionMethods
class Swot
swot-ruby
1.0.5.20250529
# file_path
def file_path @file_path ||= File.join(Swot::domains_path, domain.domain.to_s.split(".").reverse) + ".txt" end