class RuboCop::MagicComment::SimpleComment
def extract_frozen_string_literal
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