mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 13:26:39 +00:00
updated docco script in hopes of it fixing stuff, but nope...
This commit is contained in:
@@ -7,19 +7,19 @@ require 'time_ext/version'
|
||||
# [Calculation][ca] methods such as `#floor`, `#ceil`, `#round`,
|
||||
# `#prev_week` and many more, adding on top of the defaults present in
|
||||
# ActiveSupport.
|
||||
# [ca]: time_ext/calculations.html
|
||||
# [ca]: /time_ext/lib/time_ext/calculations.html
|
||||
require 'time_ext/calculations'
|
||||
|
||||
# [Iteration][it] methods allowing the use of `#each`, `#map_each` and more on
|
||||
# Time objects similar to how you loop over an Array of items.
|
||||
# [it]: time_ext/iterations.html
|
||||
# [it]: /time_ext/lib/time_ext/iterations.html
|
||||
require 'time_ext/iterations'
|
||||
|
||||
# Core extention of [Time][ti] class to load in [Calculation][ca] and
|
||||
# [Iteration][it] modules.
|
||||
# [ti]: time_ext/core_ext/time.html
|
||||
# [ti]: /time_ext/lib/time_ext/core_ext/time.html
|
||||
require 'time_ext/core_ext/time'
|
||||
|
||||
# Core extention of [Numeric][nu] class to set a couple of required aliases.
|
||||
# [nu]: time_ext/core_ext/numeric.html
|
||||
# [nu]: /time_ext/lib/time_ext/core_ext/numeric.html
|
||||
require 'time_ext/core_ext/numeric'
|
||||
|
||||
Reference in New Issue
Block a user