# File lib/active_support/core_ext/string/access.rb, line 52
        def last(limit = 1)
          (chars[(-limit)..-1] || self).to_s
        end