Module: I18n::Tests::Localization::Date
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/i18n-1.12.0/lib/i18n/tests/localization/date.rb
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
7 8 9 10 11 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/i18n-1.12.0/lib/i18n/tests/localization/date.rb', line 7 def setup super setup_date_translations @date = ::Date.new(2008, 3, 1) end |