From 708110645722e1cd4cde0613ee6214cdd1b46db9 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 10 Aug 2015 23:15:09 -0400 Subject: Deprecate the :prefix option of `number_to_human_size` --- activesupport/lib/active_support/number_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support/number_helper.rb') diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb index 258d9b34e1..38a9ce361d 100644 --- a/activesupport/lib/active_support/number_helper.rb +++ b/activesupport/lib/active_support/number_helper.rb @@ -220,8 +220,6 @@ module ActiveSupport # * :strip_insignificant_zeros - If +true+ removes # insignificant zeros after the decimal separator (defaults to # +true+) - # * :prefix - If +:si+ formats the number using the SI - # prefix (defaults to :binary) # # ==== Examples # -- cgit v1.2.3