# File lib/active_support/multibyte/chars.rb, line 335
      def limit(limit)
        slice(0...translate_offset(limit))
      end