From 88daf5dee4aa09bbefe736ca6d379c89b0927272 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 16 Jan 2017 12:33:37 +0900 Subject: Should do nothing here --- activesupport/test/string_inquirer_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test') diff --git a/activesupport/test/string_inquirer_test.rb b/activesupport/test/string_inquirer_test.rb index 69d01fe26d..79a715349c 100644 --- a/activesupport/test/string_inquirer_test.rb +++ b/activesupport/test/string_inquirer_test.rb @@ -37,7 +37,7 @@ class StringInquirerTest < ActiveSupport::TestCase String.class_eval do undef_method :respond_to_missing? def respond_to_missing?(name, include_private = false) - (name == :bar) || super + super end end end -- cgit v1.2.3