# File lib/core/facets/time/round_to.rb, line 16 def round_to(seconds) (self + seconds / 2.0).trunc(seconds) end