# File lib/arel/algebra/attributes/string.rb, line 4
      def type_cast(value)
        return unless value
        value.to_s
      end