Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / core_ext / integer.rb
diff --git a/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb b/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb
new file mode 100644 (file)
index 0000000..18a7a40
--- /dev/null
@@ -0,0 +1,9 @@
+require 'active_support/core_ext/integer/even_odd'
+require 'active_support/core_ext/integer/inflections'
+require 'active_support/core_ext/integer/time'
+
+class Integer #:nodoc:
+  include ActiveSupport::CoreExtensions::Integer::EvenOdd
+  include ActiveSupport::CoreExtensions::Integer::Inflections
+  include ActiveSupport::CoreExtensions::Integer::Time
+end