# File lib/active_support/core_ext/string/access.rb, line 21
    def from(position)
      mb_chars[position..-1].to_s
    end