47 48 49
# File 'lib/rubocop/cop/lint/loop.rb', line 47 def on_while_post(node) register_offense(node) end