Module: Paramore::Date
- Defined in:
- lib/paramore/types.rb
Class Method Summary collapse
Class Method Details
.[](input) ⇒ Object
55 56 57 |
# File 'lib/paramore/types.rb', line 55 def [](input) ::Date.parse(input) end |
55 56 57 |
# File 'lib/paramore/types.rb', line 55 def [](input) ::Date.parse(input) end |