Class: RuboCop::Erb::KeywordRemover::TrailingThenRemover
- Inherits:
-
TrailingSourceRemover
- Object
- TrailingSourceRemover
- RuboCop::Erb::KeywordRemover::TrailingThenRemover
- Defined in:
- lib/rubocop/erb/keyword_remover.rb
Overview
Remove trailing ‘then`.
Constant Summary collapse
- REGEXP =
/ [ \t]*\b then \s* \z /x
Method Summary
Methods inherited from TrailingSourceRemover
Constructor Details
This class inherits a constructor from RuboCop::Erb::KeywordRemover::TrailingSourceRemover