# File lib/will_paginate/page_number.rb, line 37
    def kind_of?(klass)
      super || to_i.kind_of?(klass)
    end