Method: RuboCop::Cop::Style::ParenthesesAroundCondition#on_while
- Defined in:
- lib/rubocop/cop/style/parentheses_around_condition.rb
#on_while(node) ⇒ Object Also known as: on_until
68 69 70 |
# File 'lib/rubocop/cop/style/parentheses_around_condition.rb', line 68 def on_while(node) process_control_op(node) end |