module Time

Public Class Methods

now() click to toggle source
# File lib/delorean.rb, line 11
def now; self.at Delorean.now.to_f; end
Also aliased as: now_without_delorean
now_without_delorean()
Alias for: now