aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/numeric.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/numeric.rb')
-rw-r--r--activesupport/lib/core_ext/numeric.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/core_ext/numeric.rb b/activesupport/lib/core_ext/numeric.rb
index 58b6f4a9d9..88fead7aa4 100644
--- a/activesupport/lib/core_ext/numeric.rb
+++ b/activesupport/lib/core_ext/numeric.rb
@@ -1,7 +1,7 @@
require File.dirname(__FILE__) + '/numeric/time'
require File.dirname(__FILE__) + '/numeric/bytes'
-class Numeric
+class Numeric #:nodoc:
include ActiveSupport::CoreExtensions::Numeric::Time
include ActiveSupport::CoreExtensions::Numeric::Bytes
end