This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
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