diff options
author | Kevin Newton <[email protected]> | 2024-05-10 10:29:12 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-05-10 14:47:21 +0000 |
commit | 34e0b5b2d419840f4e97cdf8fffcbc3578a5f7a3 () | |
tree | 1854e99e6076af17e840cc33efb37765c55412ca /lib/prism/parse_result/comments.rb | |
parent | 2bc309e7f31222d626bb0e1acef2c8b2b3f9d32c (diff) |
[ruby/prism] Fix tapioca require order
https://.com/ruby/prism/commit/15bf727881
-rw-r--r-- | lib/prism/parse_result/comments.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # frozen_string_literal: true module Prism - class ParseResult # When we've parsed the source, we have both the syntax tree and the list of # comments that we found in the source. This class is responsible for # walking the tree and finding the nearest location to attach each comment. |