Class: RuboCop::MagicComment::EditorComment Abstract

Inherits:
RuboCop::MagicComment show all
Defined in:
lib/rubocop/magic_comment.rb

Overview

This class is abstract.

Parent to Vim and Emacs magic comment handling.

Direct Known Subclasses

EmacsComment, VimComment

Constant Summary

Constants inherited from RuboCop::MagicComment

TOKEN

Method Summary

Methods inherited from RuboCop::MagicComment

#frozen_string_literal, #frozen_string_literal?, #frozen_string_literal_specified?, #initialize, parse

Constructor Details

This class inherits a constructor from RuboCop::MagicComment