Class: Halftime::DateFactories::Tomorrow

Inherits:
Ambiguous
  • Object
show all
Defined in:
lib/halftime/date_factories.rb

Instance Method Summary collapse

Methods inherited from Ambiguous

#ambiguous?

Instance Method Details

#new(current) ⇒ Object



40
41
42
# File 'lib/halftime/date_factories.rb', line 40

def new(current)
  current.tomorrow
end