class RuboCop::MagicComment::EmacsComment

@see github.com/ruby/ruby/blob/3f306dc/parse.y#L6873-L6892 Emacs handling in parse.y
@see www.gnu.org/software/emacs/manual/html_node/emacs/Specify-Coding.html<br><br>comment.encoding # => ‘ascii-8bit’
)
‘# -*- encoding: ASCII-8BIT -*-’
comment = RuboCop::MagicComment.parse(
@example Emacs style comment
Wrapper for Emacs style magic comments.

def extract_frozen_string_literal

def extract_frozen_string_literal
  match(KEYWORDS[:frozen_string_literal])
end

def extract_shareable_constant_value

def extract_shareable_constant_value
  match(KEYWORDS[:shareable_constant_value])
end

def extract_typed; end

Emacs comments cannot specify Sorbet typechecking behavior.
def extract_typed; end