# File lib/will_paginate.rb, line 52 def self.construct_count_options_from_args(*args) result = super result[0] = '*' if result[0].is_a?(String) and result[0] =~ /\.\*$/ result end