aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/ruby
diff options
context:
space:
mode:
authorlest <just.lest@gmail.com>2011-12-21 19:07:00 +0300
committerlest <just.lest@gmail.com>2011-12-21 19:07:00 +0300
commitf1b4cacbae71585be3f5dcb4c1bdd7c78ef3d590 (patch)
treee549015f243c56c35f6ee4ae98aff2c5ed9f0423 /activesupport/lib/active_support/ruby
parent707eed72d33ab5048ad1545df4fc1f81652379af (diff)
downloadrails-f1b4cacbae71585be3f5dcb4c1bdd7c78ef3d590.tar.gz
rails-f1b4cacbae71585be3f5dcb4c1bdd7c78ef3d590.tar.bz2
rails-f1b4cacbae71585be3f5dcb4c1bdd7c78ef3d590.zip
remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9
Diffstat (limited to 'activesupport/lib/active_support/ruby')
-rw-r--r--activesupport/lib/active_support/ruby/shim.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb
index 608b3fe4b9..fc37ab84a3 100644
--- a/activesupport/lib/active_support/ruby/shim.rb
+++ b/activesupport/lib/active_support/ruby/shim.rb
@@ -3,7 +3,7 @@
#
# Date next_year, next_month
# DateTime to_date, to_datetime, xmlschema
-# Enumerable group_by, each_with_object, none?
+# Enumerable group_by, none?
# Process Process.daemon
# REXML security fix
# String ord
@@ -19,4 +19,4 @@ require 'active_support/core_ext/string/encoding'
require 'active_support/core_ext/rexml'
require 'active_support/core_ext/time/conversions'
require 'active_support/core_ext/file/path'
-require 'active_support/core_ext/module/method_names' \ No newline at end of file
+require 'active_support/core_ext/module/method_names'