Class: DateTime

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

Instance Method Summary collapse

Instance Method Details

#to_iObject



4
# File 'lib/upm/core_ext.rb', line 4

def to_i; to_time.to_i; end