class StringValidator

    def initialize(object)
      @object = object
    end