aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/numeric/bytes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/numeric/bytes.rb')
-rw-r--r--activesupport/lib/core_ext/numeric/bytes.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/lib/core_ext/numeric/bytes.rb b/activesupport/lib/core_ext/numeric/bytes.rb
index 59846ff37e..98e5e13abb 100644
--- a/activesupport/lib/core_ext/numeric/bytes.rb
+++ b/activesupport/lib/core_ext/numeric/bytes.rb
@@ -1,8 +1,8 @@
-module ActiveSupport
- module CoreExtensions
- module Numeric
+module ActiveSupport #:nodoc:
+ module CoreExtensions #:nodoc:
+ module Numeric #:nodoc:
+ # Enables the use of byte calculations and declarations, like 45.bytes + 2.6.megabytes
module Bytes
-
def bytes
self
end