Module | Runt |
In: |
lib/runt/daterange.rb
lib/runt/dprecision.rb lib/runt/pdate.rb lib/runt/schedule.rb lib/runt/temporalexpression.rb lib/runt.rb |
Sunday | = | Date::DAYNAMES.index("Sunday") | Yes it‘s true, I‘m a big idiot! | |
Monday | = | Date::DAYNAMES.index("Monday") | ||
Tuesday | = | Date::DAYNAMES.index("Tuesday") | ||
Wednesday | = | Date::DAYNAMES.index("Wednesday") | ||
Thursday | = | Date::DAYNAMES.index("Thursday") | ||
Friday | = | Date::DAYNAMES.index("Friday") | ||
Saturday | = | Date::DAYNAMES.index("Saturday") | ||
Sun | = | Date::ABBR_DAYNAMES.index("Sun") | ||
Mon | = | Date::ABBR_DAYNAMES.index("Mon") | ||
Tue | = | Date::ABBR_DAYNAMES.index("Tue") | ||
Wed | = | Date::ABBR_DAYNAMES.index("Wed") | ||
Thu | = | Date::ABBR_DAYNAMES.index("Thu") | ||
Fri | = | Date::ABBR_DAYNAMES.index("Fri") | ||
Sat | = | Date::ABBR_DAYNAMES.index("Sat") | ||
First | = | 1 | ||
Second | = | 2 | ||
Third | = | 3 | ||
Fourth | = | 4 | ||
Fifth | = | 5 | ||
Sixth | = | 6 | ||
Seventh | = | 7 | ||
Eigth | = | 8 | ||
Ninth | = | 9 | ||
Tenth | = | 10 | ||
Last | = | ApplyLast.new | ||
Last_of | = | Last[First] | ||
Second_to_last | = | Last[Second] |