Ruby
Redundant 'return' statement
Warning
New
Last modified: 03 December 2024 Reports redundant return
keywords and statements. A return
keyword is not necessary for the last value in methods and control flow statements.
Since Ruby 1.8, return
statements inside assignment methods are redundant because the return value is always equal to the parameter value.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
RubyUnnecessaryReturnStatement
Here you can find the description of settings available for the Redundant 'return' statement inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Ruby, 243.23135 |
Thanks for your feedback!
Was this page helpful?