https://github.com/ruby/prism/commit/472bdc4d70
This commit is contained in:
BurdetteLamar 2023-09-22 14:51:44 +01:00 коммит произвёл git
Родитель fd984ac869
Коммит 1943ea06a6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ module Prism
# in ConstantPathNode[ConstantReadNode[name: :Prism], ConstantReadNode[name: :Pattern]]
# end
#
# the pattern is the `ConstantPathNode[...]` expression.
# the pattern is the <tt>ConstantPathNode[...]</tt> expression.
#
# The pattern gets compiled into an object that responds to #call by running
# the #compile method. This method itself will run back through Prism to