Class: ToDate

Inherits:
Object
  • Object
show all
Defined in:
lib/minimapper/entity/conversions.rb

Instance Method Summary collapse

Instance Method Details

#convert(value) ⇒ Object



5
6
7
# File 'lib/minimapper/entity/conversions.rb', line 5

def convert(value)
  Date.parse(value) rescue nil
end