Actions
Bug #17575
closeddeprecated style `respond_to?` warning with `-W:no-deprecated`
Bug #17575:
deprecated style `respond_to?` warning with `-W:no-deprecated`
Description
When respond_to? is defined in deprecated style, arity == 1, is warned and the defined location is also reported.
But if deprecation warning is disabled, the main message is disabled but the next line is still shown.
Actions