class Rubocop::Cop::Style::AvoidFor
This cop looks for uses of the for keyword.
def on_for(node)
def on_for(node) add_offence(:convention, node.loc.keyword, MSG) end
This cop looks for uses of the for keyword.
def on_for(node) add_offence(:convention, node.loc.keyword, MSG) end