# File lib/active_support/core_ext/string/access.rb, line 31
    def to(position)
      mb_chars[0..position].to_s
    end