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