Method: String#to_time
- Defined in:
- lib/cotcube-helpers/swig/date.rb
#to_time ⇒ Object
32 33 34 |
# File 'lib/cotcube-helpers/swig/date.rb', line 32 def to_time DateTime::strptime(self, "%s") end |
32 33 34 |
# File 'lib/cotcube-helpers/swig/date.rb', line 32 def to_time DateTime::strptime(self, "%s") end |