aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-07-18 15:50:02 +0100
committerJon Leighton <j@jonathanleighton.com>2011-08-15 12:08:23 +0100
commit6f4b405250157c76fea86c42c8b0854ca4a3c4b8 (patch)
tree64a3cf1ee7825fba9a0cb08a1b5e3001b5531528 /activesupport/lib/active_support/core_ext/object.rb
parent652ab436db674a112bcbc72d8c73e21f2ced512a (diff)
downloadrails-6f4b405250157c76fea86c42c8b0854ca4a3c4b8.tar.gz
rails-6f4b405250157c76fea86c42c8b0854ca4a3c4b8.tar.bz2
rails-6f4b405250157c76fea86c42c8b0854ca4a3c4b8.zip
Backport Object#public_send to 1.8 so that we can implement Module#delegate such that non-public methods raise
Diffstat (limited to 'activesupport/lib/active_support/core_ext/object.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/object.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/object.rb b/activesupport/lib/active_support/core_ext/object.rb
index 9ad1e12699..249c2e93c5 100644
--- a/activesupport/lib/active_support/core_ext/object.rb
+++ b/activesupport/lib/active_support/core_ext/object.rb
@@ -3,6 +3,7 @@ require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/object/duplicable'
require 'active_support/core_ext/object/try'
require 'active_support/core_ext/object/inclusion'
+require 'active_support/core_ext/object/public_send'
require 'active_support/core_ext/object/conversions'
require 'active_support/core_ext/object/instance_variables'