Top Level Namespace

Defined Under Namespace

Modules: DaysAndTimes Classes: Day, Days, Duration, Hour, Hours, Minute, Minutes, Numeric, Object, Second, Seconds, Time, Week, Weeks

Instance Method Summary collapse

Instance Method Details

#NowObject



135
136
137
# File 'lib/days_and_times/time.rb', line 135

def Now
  Time.now
end

#TodayObject



126
127
128
# File 'lib/days_and_times/time.rb', line 126

def Today
  Time.today
end

#TomorrowObject



132
133
134
# File 'lib/days_and_times/time.rb', line 132

def Tomorrow
  Time.tomorrow
end

#YesterdayObject



129
130
131
# File 'lib/days_and_times/time.rb', line 129

def Yesterday
  Time.yesterday
end