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