1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Should do nothing here

This commit is contained in:
Akira Matsuda 2017-01-16 12:33:37 +09:00
parent a1575e5a14
commit 88daf5dee4

View file

@ -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