aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-03 23:19:28 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-03 23:19:28 -0300
commit05ef97dd141c02103d58d67ab8339bcc6a1fe0e8 (patch)
tree8cf2c31dbd591e20b1c658c9a65d60aafa2e62bf /activesupport/lib/active_support/core_ext/numeric
parent59e0c2624a391227fd1ce3136bc254337c6b7b37 (diff)
downloadrails-05ef97dd141c02103d58d67ab8339bcc6a1fe0e8.tar.gz
rails-05ef97dd141c02103d58d67ab8339bcc6a1fe0e8.tar.bz2
rails-05ef97dd141c02103d58d67ab8339bcc6a1fe0e8.zip
Remove unnecessary requires
Diffstat (limited to 'activesupport/lib/active_support/core_ext/numeric')
-rw-r--r--activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb b/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb
index 07d4d7446a..b5f1b0487b 100644
--- a/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb
+++ b/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/big_decimal/conversions'
-require 'active_support/number_helper'
require 'active_support/core_ext/infinite_comparable'
class Float