# File lib/validator/domain.rb, line 10
    def valid_by_length?(length = nil)
      @value.length <= (length || LENGTH)
    end