Skip to content

Commit f29a325

Browse files
authored
Fix frozen string literal issue
1 parent 292cb22 commit f29a325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fog/parsers/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def reset
1818
end
1919

2020
def characters(string)
21-
@value ||= ''
21+
@value ||= +''
2222
@value << string
2323
end
2424

0 commit comments

Comments
 (0)