diff options
author | BurdetteLamar <[email protected]> | 2023-09-22 14:51:44 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-10-02 13:22:53 +0000 |
commit | 1943ea06a6be4dddc235011a2dadc3fb326080a9 () | |
tree | a35118278a93a08bb4172485e3698d43aaecc95b /lib/prism/pattern.rb | |
parent | fd984ac86920981a0fc8c05c36b2433697d2bce5 (diff) |
[ruby/prism] [DOC] Link fix
https://.com/ruby/prism/commit/472bdc4d70
-rw-r--r-- | lib/prism/pattern.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ module Prism # in ConstantPathNode[ConstantReadNode[name: :Prism], ConstantReadNode[name: :Pattern]] # end # - # the pattern is the `ConstantPathNode[...]` 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 |