Skip to content

Commit cd885bf

Browse files
committed
Fix String style for RuboCop
1 parent 33e9c5d commit cd885bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/truffle/ripper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class Ripper
1212

13-
def initialize(src, filename = "(ripper)", lineno = 1)
13+
def initialize(src, filename = '(ripper)', lineno = 1)
1414
end
1515

1616
def parse

0 commit comments

Comments
 (0)