# File lib/directory_manager.rb, line 143 def valid? Dir.exists?(@path) && File.exists?(File.join(@path, '.sscrc')) end