last()
Returns the last item in the list
# File lib/rdoc/markup/list.rb, line 81 def last @items.last end