Class: PatternMatch::Set
Class Method Summary collapse
Class Method Details
.pattern_matcher(*subpatterns) ⇒ Object
134 135 136 |
# File 'lib/pattern-match/experimental.rb', line 134 def pattern_matcher(*subpatterns) PatternSetDeconstructor.new(self, *subpatterns) end |