Libraries
»
unresponsys
(0.1.1)
»
Index
»
String
»
#to_time
Method: String#to_time
Defined in:
lib/unresponsys/helpers.rb
#
to_time
⇒
Object
26 27 28
# File 'lib/unresponsys/helpers.rb', line 26
def
to_time
Time
.
parse
(
self
)
end