# File lib/kaminari/helpers/sinatra_helpers.rb, line 31 def initialize(opts={}) @current_path = opts[:current_path] @param_name = (opts[:param_name] || :page).to_sym @current_params = opts[:current_params] @current_params.delete(@param_name) end