# File lib/fastcst/command/list.rb, line 18 18: def validate 19: valid? @repo_dir, "Could not find a .fastcst directory" 20: return @valid 21: end