class RuboCop::MagicComment::SimpleComment

def extract_frozen_string_literal

is the only text in the comment.
The `frozen_string_literal` magic comment only works if it

Extract `frozen_string_literal`.
def extract_frozen_string_literal
  extract(/^#\s*frozen_string_literal:\s*(#{TOKEN})\s*$/)
end