# File lib/kaminari/helpers/paginator.rb, line 165 def inside_window? (@options[:current_page] - @page).abs <= @options[:window] end