class Pfm::Command::Validate

def have_validator?(name)

def have_validator?(name)
  self.class.validators.map { |g| g.name.to_s }.include?(name)
end