1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix pseudo code for NODE_ARYPTN, NODE_HSHPTN

Due to the change in 3893a8dd42,
there is no longer a need to put true/false.
This commit is contained in:
Kazuki Tsujimoto 2020-05-04 13:17:45 +09:00
parent b7e1eda932
commit d6389224da
No known key found for this signature in database
GPG key ID: BCEA306C49B81CD7

View file

@ -5635,7 +5635,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c
* goto match_failed
* end
* end
* true
* goto matched
* type_error:
* FrozenCore.raise TypeError
@ -5806,7 +5805,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c
* end
* end
* end
* true
* goto matched
* type_error:
* FrozenCore.raise TypeError