summaryrefslogtreecommitdiff
path: root/lib/prism/parse_result.rb
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-01-09 14:02:17 -0500
committergit <[email protected]>2024-01-09 19:02:26 +0000
commit80da9b1547ff69e2cd226f2fa7c43a9adf77de85 ()
tree69bc77d114b3037a4df62690f422b5eb9d220fac /lib/prism/parse_result.rb
parent55b7121358e2bed9b90001405b651f57fafbeaad (diff)
[ruby/prism] Clarify __END__ comment
https://.com/ruby/prism/commit/3e36d5eabc
-rw-r--r--lib/prism/parse_result.rb6
1 files changed, 3 insertions, 3 deletions
@@ -369,9 +369,9 @@ module Prism
# The list of magic comments that were encountered during parsing.
attr_reader :magic_comments
- # An optional location that represents the location of the content after the
- # __END__ marker. This content is loaded into the DATA constant when the
- # file being parsed is the main file being executed.
attr_reader :data_loc
# The list of errors that were generated during parsing.