Method: Documentation::SearchResult#total_pages

Defined in:
lib/documentation/search_result.rb

#total_pagesObject

The total number of pages in the result set



51
52
53
# File 'lib/documentation/search_result.rb', line 51

def total_pages
  (total_results / per_page.to_f).ceil
end