# File lib/mcollective/validator.rb, line 47
    def self.validator_class(validator)
      "#{validator.to_s.capitalize}Validator"
    end