You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pattern Matching is currently partially implemented in TruffleRuby.
Specifically, array pattern matching is implemented but hash pattern matching not yet.
Currently array pattern matching is enabled by passing the --pattern-matching flag, to avoid exposing only a subset of it and ease detection of "is pattern matching supported?".
We'll implement full pattern matching support (without any flag) after #3117 is done.
The text was updated successfully, but these errors were encountered:
Pattern Matching is currently partially implemented in TruffleRuby.
Specifically, array pattern matching is implemented but hash pattern matching not yet.
Currently array pattern matching is enabled by passing the
--pattern-matching
flag, to avoid exposing only a subset of it and ease detection of "is pattern matching supported?".We'll implement full pattern matching support (without any flag) after #3117 is done.
The text was updated successfully, but these errors were encountered: