Method: FFaker::IdentificationESCO#expedition_date
- Defined in:
- lib/ffaker/identification_es_co.rb
#expedition_date ⇒ Object
34 35 36 37 |
# File 'lib/ffaker/identification_es_co.rb', line 34 def expedition_date today = ::Date.today today - rand(today.year) end |