Class: RuboCop::Erb::KeywordRemover::PrecedingBraceRemover

Inherits:
PrecedingSourceRemover show all
Defined in:
lib/rubocop/erb/keyword_remover.rb

Overview

Remove preceding ‘}`.

Constant Summary collapse

REGEXP =
/
  \A
  \s*
  }
/x.freeze

Method Summary

Methods inherited from PrecedingSourceRemover

call, #call, #initialize

Constructor Details

This class inherits a constructor from RuboCop::Erb::KeywordRemover::PrecedingSourceRemover