diff options
author | Xavier Noria <fxn@hashref.com> | 2009-11-09 21:23:19 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-11-09 22:16:51 +0100 |
commit | f8e713f488bba264ba73251b56ad56385b8ed824 (patch) | |
tree | 6896e592230e2ad54daf1ff4115868d494638687 /actionpack/lib | |
parent | 1979e9c8553f4d7905822fdcc99e52d179e78c3c (diff) | |
download | rails-f8e713f488bba264ba73251b56ad56385b8ed824.tar.gz rails-f8e713f488bba264ba73251b56ad56385b8ed824.tar.bz2 rails-f8e713f488bba264ba73251b56ad56385b8ed824.zip |
Object#tap is not needed for Ruby >= 1.8.7
Diffstat (limited to 'actionpack/lib')
-rwxr-xr-x | actionpack/lib/action_dispatch/http/request.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/request.rb b/actionpack/lib/action_dispatch/http/request.rb index c24b404e2f..b3bb8c623f 100755 --- a/actionpack/lib/action_dispatch/http/request.rb +++ b/actionpack/lib/action_dispatch/http/request.rb @@ -5,7 +5,6 @@ require 'strscan' require 'active_support/memoizable' require 'active_support/core_ext/array/wrap' require 'active_support/core_ext/hash/indifferent_access' -require 'active_support/core_ext/object/tap' require 'active_support/core_ext/string/access' module ActionDispatch |