Class: RubbyCop::MagicComment::EditorComment Abstract

Inherits:
RubbyCop::MagicComment show all
Defined in:
lib/rubbycop/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 RubbyCop::MagicComment

TOKEN

Method Summary

Methods inherited from RubbyCop::MagicComment

#any?, #encoding_specified?, #frozen_string_literal, #frozen_string_literal?, #frozen_string_literal_specified?, #initialize, parse

Constructor Details

This class inherits a constructor from RubbyCop::MagicComment