Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/delorean.rb

Class Method Summary collapse

Class Method Details

.nowObject



11
# File 'lib/delorean.rb', line 11

def now; self.at Delorean.now.to_f; end

.now_without_deloreanObject



10
# File 'lib/delorean.rb', line 10

alias_method :now_without_delorean, :now