Module: RuboCop::Cop::PercentLiteral

Overview

Common functionality for handling percent literals.

Constant Summary collapse

PERCENT_LITERAL_TYPES =
%w[% %i %I %q %Q %r %s %w %W %x].freeze