diff --git a/index.html b/index.html index 6e52f9a..f536b6c 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@
-

Calculation methods such as #floor, #ceil, #round, +

Calculation methods such as #floor, #ceil, #round, #prev_week and many more, adding on top of the defaults present in ActiveSupport.

@@ -61,7 +61,7 @@ ActiveSupport.

-

Iteration methods allowing the use of #each, #map_each and more on +

Iteration methods allowing the use of #each, #map_each and more on Time objects similar to how you loop over an Array of items.

@@ -73,8 +73,8 @@ Time objects similar to how you loop over an Array of items.

-

Core extention of Time class to load in Calculation and -Iteration modules.

+

Core extention of Time class to load in Calculation and +Iteration modules.

require 'time_ext/core_ext/time'
@@ -85,7 +85,7 @@ Time objects similar to how you loop over an Array of items.

-

Core extention of Numeric class to set a couple of required aliases.

+

Core extention of Numeric class to set a couple of required aliases.

diff --git a/lib/time_ext.html b/lib/time_ext.html index 6e52f9a..f536b6c 100644 --- a/lib/time_ext.html +++ b/lib/time_ext.html @@ -48,7 +48,7 @@
-

Calculation methods such as #floor, #ceil, #round, +

Calculation methods such as #floor, #ceil, #round, #prev_week and many more, adding on top of the defaults present in ActiveSupport.

@@ -61,7 +61,7 @@ ActiveSupport.

-

Iteration methods allowing the use of #each, #map_each and more on +

Iteration methods allowing the use of #each, #map_each and more on Time objects similar to how you loop over an Array of items.

@@ -73,8 +73,8 @@ Time objects similar to how you loop over an Array of items.

-

Core extention of Time class to load in Calculation and -Iteration modules.

+

Core extention of Time class to load in Calculation and +Iteration modules.

require 'time_ext/core_ext/time'
@@ -85,7 +85,7 @@ Time objects similar to how you loop over an Array of items.

-

Core extention of Numeric class to set a couple of required aliases.

+

Core extention of Numeric class to set a couple of required aliases.