class Rubocop::Cop::Style::BeginBlock
This cop checks for BEGIN blocks.
def on_preexe(node)
def on_preexe(node) add_offence(:convention, node.loc.keyword, MSG) end
This cop checks for BEGIN blocks.
def on_preexe(node) add_offence(:convention, node.loc.keyword, MSG) end