mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 05:16:40 +00:00
Interation methods #each, #map_each and more are
implemented and working. Also restructured files again.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
require 'rubygems'
|
||||
require 'active_support'
|
||||
require 'time_ext/time'
|
||||
require 'time_ext/method_chain'
|
||||
require 'time_ext/core_ext/time/calculations'
|
||||
require 'time_ext/core_ext/time/iterations'
|
||||
|
||||
module TimeExt
|
||||
|
||||
module Base
|
||||
TIME_EXT_UNITS = [:year, :month, :day, :hour, :min, :sec, :usec]
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user