Libraries
»
startapp
(0.1.18)
»
Index (D)
»
DateTime
Class: DateTime
Inherits:
Object
Object
DateTime
show all
Defined in:
lib/rhc/core_ext.rb
Overview
:nocov:
Instance Method Summary
collapse
#
to_time
⇒ Object
Instance Method Details
#
to_time
⇒
Object
150 151 152
# File 'lib/rhc/core_ext.rb', line 150
def
to_time
Time
.
parse
(
to_s
)
end