Method: Documentation::SearchResult#end_result_number
- Defined in:
- lib/documentation/search_result.rb
#end_result_number ⇒ Object
The number of the last result on the current page
65 66 67 |
# File 'lib/documentation/search_result.rb', line 65 def end_result_number start_result_number + (results.size) - 1 end |