Method: Documentation::SearchResult#last_page?

Defined in:
lib/documentation/search_result.rb

#last_page?Boolean

Is this the last page of the result set?

Returns:

  • (Boolean)


79
80
81
# File 'lib/documentation/search_result.rb', line 79

def last_page?
  page == total_pages
end