Skip to content

Commit b0e5adb

Browse files
committed
Add frozen_string_literal to files by KPeg
1 parent 26a075f commit b0e5adb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/rdoc/markdown.kpeg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
%% header {
44
# coding: UTF-8
5+
# frozen_string_literal: true
56
# :markup: markdown
67

78
##

lib/rdoc/markdown/literals.kpeg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
%% header {
44
# coding: UTF-8
5+
# frozen_string_literal: true
56
# :markup: markdown
67

78
##

0 commit comments

Comments
 (0)