module Date
Public Class Methods
Source
# File lib/delorean.rb, line 18 def today(sg=Date::ITALY) t = Time.now self.civil(t.year, t.mon, t.mday, sg ) end
Also aliased as: today_without_delorean
# File lib/delorean.rb, line 18 def today(sg=Date::ITALY) t = Time.now self.civil(t.year, t.mon, t.mday, sg ) end