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:
parent
a1575e5a14
commit
88daf5dee4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class StringInquirerTest < ActiveSupport::TestCase
|
||||||
String.class_eval do
|
String.class_eval do
|
||||||
undef_method :respond_to_missing?
|
undef_method :respond_to_missing?
|
||||||
def respond_to_missing?(name, include_private = false)
|
def respond_to_missing?(name, include_private = false)
|
||||||
(name == :bar) || super
|
super
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue