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