aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-11 20:01:53 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-11 20:01:54 -0200
commit443c31f8fcf09218c4639c665d44ccd6fc96ecc3 (patch)
treed3d1a64842a457c2ee5abbe457ff4caa039d4609 /activesupport/lib/active_support/number_helper.rb
parent5853c64a4ba77134b7a4ff942b7ae711cb7bcc46 (diff)
downloadrails-443c31f8fcf09218c4639c665d44ccd6fc96ecc3.tar.gz
rails-443c31f8fcf09218c4639c665d44ccd6fc96ecc3.tar.bz2
rails-443c31f8fcf09218c4639c665d44ccd6fc96ecc3.zip
Nodoc missing number helper classes in AS [ci skip]
These classes are not meant to be public.
Diffstat (limited to 'activesupport/lib/active_support/number_helper.rb')
-rw-r--r--activesupport/lib/active_support/number_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb
index c6658dba96..b169e3af01 100644
--- a/activesupport/lib/active_support/number_helper.rb
+++ b/activesupport/lib/active_support/number_helper.rb
@@ -1,4 +1,3 @@
-
module ActiveSupport
module NumberHelper
extend ActiveSupport::Autoload
@@ -343,6 +342,5 @@ module ActiveSupport
def number_to_human(number, options = {})
NumberToHumanConverter.convert(number, options)
end
-
end
end