class Reek::Errors::LegacyCommentSeparatorError
Gets raised for old-style comment configuration format.
Constants
- MESSAGE
Public Class Methods
Source
# File lib/reek/errors/legacy_comment_separator_error.rb, line 27 def initialize(source:, line:, original_comment:) message = format(MESSAGE, source: source, line: line, comment: original_comment) super(message) end
Calls superclass method