Method: RuboCop::Cop::Style::Next#on_while

Defined in:
lib/rubocop/cop/style/next.rb

#on_while(node) ⇒ Object Also known as: on_until, on_for

[View source]

109
110
111
# File 'lib/rubocop/cop/style/next.rb', line 109

def on_while(node)
  check(node)
end