Libraries
»
stupidedi
(1.2.15)
»
Index
»
String
»
#to_time
Method: String#to_time
Defined in:
lib/ruby/jruby_hack.rb
#
to_time
⇒
Object
637 638 639
# File 'lib/ruby/jruby_hack.rb', line 637
def
to_time
Time
.
parse
(
self
)
end