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
135
136
137
|
# File 'lib/days_and_times/time.rb', line 135
def Now
Time.now
end
|
126
127
128
|
# File 'lib/days_and_times/time.rb', line 126
def Today
Time.today
end
|
132
133
134
|
# File 'lib/days_and_times/time.rb', line 132
def Tomorrow
Time.tomorrow
end
|
#Yesterday ⇒ Object
129
130
131
|
# File 'lib/days_and_times/time.rb', line 129
def Yesterday
Time.yesterday
end
|