There was an error while loading. Please reload this page.
1 parent 0064311 commit 7ecc7f4Copy full SHA for 7ecc7f4
1 file changed
lib/spoom/sorbet/translate/sorbet_assertions_to_rbs_comments.rb
@@ -207,7 +207,7 @@ def extract_trailing_comment(node)
207
208
# Extract the comment including the leading space and return the end offset
209
range = @ruby_bytes[comment_start...end_offset] #: as !nil
210
- [" #{range.pack('C*')}", end_offset]
+ [" #{range.pack("C*")}", end_offset]
211
end
212
213
#: (Prism::Node, Prism::Node) -> String
0 commit comments