Method: String#to_time

Defined in:
lib/unresponsys/helpers.rb

#to_timeObject



26
27
28
# File 'lib/unresponsys/helpers.rb', line 26

def to_time
  Time.parse(self)
end