# File lib/familia.rb, line 140 def qnow quantum=10.minutes, now=Familia.now rounded = now - (now % quantum) Time.at(rounded).utc.to_i end