Method: String#to_time

Defined in:
lib/ruby/jruby_hack.rb

#to_timeObject



637
638
639
# File 'lib/ruby/jruby_hack.rb', line 637

def to_time
  Time.parse(self)
end