Class: Time

Inherits:
Object show all
Defined in:
lib/more/typecast.rb

Class Method Summary collapse

Class Method Details

.from_string(string, options = {}) ⇒ Object



219
220
221
222
223
# File 'lib/more/typecast.rb', line 219

def from_string(string, options={})
  parse(string)
rescue
  nil
end