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
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 2 additions and 0 deletions

View File

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