Class: DateToday::Date
- Inherits:
-
Object
- Object
- DateToday::Date
- Defined in:
- lib/date_today.rb
Instance Method Summary collapse
Instance Method Details
#today ⇒ Object
7 8 9 10 11 |
# File 'lib/date_today.rb', line 7 def today # Date.today # DateTime.now.loc Time.now.localtime end |