# File lib/plucky/pagination/collection.rb, line 19 def method_missing(method, *args) @paginator.send method, *args end