# File lib/fastcst/command/undo.rb, line 17 17: def validate 18: valid? @repo_dir, "Could not find the repository directory" 19: valid?((not @test), "The -t (test) option is not available yet") 20: 21: return @valid 22: end