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