# File lib/will_paginate/active_record.rb, line 42 def offset(value = nil) if value.nil? then offset_value else super(value) end end