35 36 37
# File 'lib/flare/collection.rb', line 35 def next_page current_page < total_pages ? (current_page + 1): nil end