RuboCop::Cop
This cop checks for uses of *begin...end while/until something*.
# File lib/rubocop/cop/lint/loop.rb, line 14 def on_until_post(node) register_offense(node) end
# File lib/rubocop/cop/lint/loop.rb, line 10 def on_while_post(node) register_offense(node) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.