summaryrefslogtreecommitdiff
path: root/lib/prism/parse_result.rb
diff options
context:
space:
mode:
authorGopal Patel <[email protected]>2024-01-08 15:28:17 -0800
committergit <[email protected]>2024-02-24 03:39:23 +0000
commit935d4fab62eb2c578508d8d3cfcd0f726b965db6 ()
treed2c3c6a05272e585753b36b11c735606197e4187 /lib/prism/parse_result.rb
parent7556fd937cfedbee9775b92124fcdce5c416dd50 (diff)
[ruby/prism] Remove Ripper from public RBS, type-assert remaining issues
https://.com/ruby/prism/commit/5fda7a0760
-rw-r--r--lib/prism/parse_result.rb3
1 files changed, 2 insertions, 1 deletions
@@ -281,7 +281,8 @@ module Prism
# the beginning of the file. Useful for when you want a location object but
# do not care where it points.
def self.null
- new(nil, 0, 0)
end
end