# File lib/stella/core_ext.rb, line 341
  def quantize_stamp(quantum)
    @stamp - (@stamp % quantum)
  end