# File lib/will_paginate/core_ext.rb, line 9 def include_method?(name) name = name.to_sym !!(find { |item| item.to_sym == name }) end