Utils::Rouge: add missing frozen_string_literal comment.

This commit is contained in:
Parker Moore
2017-08-17 22:19:53 -04:00
parent 8e9605a32c
commit 62c822e834

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module Jekyll
module Utils
module Rouge