Class: PatternMatch::Set

Inherits:
Object show all
Defined in:
lib/pattern-match/experimental.rb

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