Module: RSchema::Coercers::Time
Overview
Coerces ‘String`s to `Time`s using `Time.parse`
Instance Method Summary collapse
Instance Method Details
#build(_schema) ⇒ Object
10 11 12 |
# File 'lib/rschema/coercers/time.rb', line 10 def build(_schema) self end |