Method: RuboCop::Cop::Style::NestedModifier#on_while
- Defined in:
- lib/rubocop/cop/style/nested_modifier.rb
#on_while(node) ⇒ Object Also known as: on_until, on_if
22 23 24 |
# File 'lib/rubocop/cop/style/nested_modifier.rb', line 22 def on_while(node) check(node) end |