# File lib/familia/object.rb, line 133 def ttl v=nil @ttl = v unless v.nil? @ttl || (parent ? parent.ttl : nil) end