Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/rxsd/builtin_types.rb

Class Method Summary collapse

Class Method Details

.from_s(str) ⇒ Object

Convert string to Time and return



55
56
57
# File 'lib/rxsd/builtin_types.rb', line 55

def self.from_s(str)
   return Time.parse(str)
end