class RuboCop::Cop::Style::BeginBlock

Checks for BEGIN blocks.

@example

# bad
BEGIN { test }