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