= private = protected
new(sec=180)
Creates a new SimpleRenewer that keeps an object alive for another sec seconds.
# File lib/rinda/rinda.rb, line 314 def initialize(sec=180) @sec = sec end