diff options
author | Akira Matsuda <ronnie@dio.jp> | 2017-01-16 12:33:37 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2017-01-16 12:33:37 +0900 |
commit | 88daf5dee4aa09bbefe736ca6d379c89b0927272 (patch) | |
tree | 139fa81e57110139ef4e17e0cda82e696b2d5207 /activesupport/test/string_inquirer_test.rb | |
parent | a1575e5a1495e80cc270fe3459ca6da346a1e31e (diff) | |
download | rails-88daf5dee4aa09bbefe736ca6d379c89b0927272.tar.gz rails-88daf5dee4aa09bbefe736ca6d379c89b0927272.tar.bz2 rails-88daf5dee4aa09bbefe736ca6d379c89b0927272.zip |
Should do nothing here
Diffstat (limited to 'activesupport/test/string_inquirer_test.rb')
-rw-r--r-- | activesupport/test/string_inquirer_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |