module Time
Public Class Methods
Source
# File lib/delorean.rb, line 11 def now; self.at Delorean.now.to_f; end
Also aliased as: now_without_delorean
# File lib/delorean.rb, line 11 def now; self.at Delorean.now.to_f; end