module Timebomb
Constants
- VERSION
Public Class Methods
current_time()
click to toggle source
Override this if you want to use a different current time.
# File lib/timebomb.rb, line 252 def self.current_time Time.now end