[ruby/prism] Add documentation for Location#source!

https://github.com/ruby/prism/commit/467e1cc2c4
This commit is contained in:
Gopal Patel 2024-01-09 21:20:25 -08:00 committed by git
parent 8fa1843523
commit 66565e36ea

View File

@ -286,6 +286,7 @@ module Prism
private
# Access the associated source, raising if not present.
def source!
source or raise "Missing source"
end