Module: RuboCop::Cop::SurroundingSpace

Overview

Common functionality for checking and correcting surrounding whitespace.

Constant Summary collapse

NO_SPACE_COMMAND =
'Do not use'
SPACE_COMMAND =
'Use'
SINGLE_SPACE_REGEXP =
/[ \t]/.freeze