# File lib/fastcst/command/disp.rb, line 19 19: def validate 20: valid? @repo_dir, "Could not find the repository directory" 21: valid? @type, "You must specify a type" 22: valid? @id, "The disposition must have an ID of some kind" 23: valid? @relation, "You must specify a relation to this revision" 24: 25: return @valid 26: end