Skip to content

Commit de06b01

Browse files
committed
Add frozen_string_literal comment
1 parent b0173c2 commit de06b01

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/rbs/ast/ruby/annotations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module RBS
24
module AST
35
module Ruby

lib/rbs/inline_parser/comment_association.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module RBS
24
class InlineParser
35
class CommentAssociation

0 commit comments

Comments
 (0)