-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Lines 145 to 147 in 5975421
| def respond_to?(name) | |
| super || helpers.respond_to?(name) | |
| end |
def respond_to?(name, include_private = false)
super || helpers.respond_to?(name, include_private)
end Avoids using deprecated syntax (you are supposed to be explicit now)
<your method call> uses the deprecated method signature, which takes one parameter
Not sure what you want the default to be, but not adding a default could be a breaking change for some applications.
hollabaq86
Metadata
Metadata
Assignees
Labels
No labels