Module: RuboCop::Cop::SurroundingSpace

Overview

Common functionality for checking and correcting surrounding whitespace.

Constant Summary collapse

NO_SPACE_COMMAND =
'Do not use'.freeze
SPACE_COMMAND =
'Use'.freeze