first_item()
Returns the number of the first item displayed.
# File actionpack/lib/action_controller/pagination.rb, line 329 def first_item offset + 1 end