Add frozen string literal comment to files.

This commit is contained in:
Guo Xiang Tan
2019-05-13 10:48:15 +08:00
parent 2e62867df2
commit c3eac34afc
6 changed files with 11 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
# frozen_string_literal: true
# the idea here is to support server rendering
# there is a node example and we could inject this in a post processing job
class DiscourseMath::MathRenderer