module PatternMatch::Set
Public Class Methods
pattern_matcher(*subpatterns)
click to toggle source
# File lib/pattern-match/experimental.rb, line 128 def pattern_matcher(*subpatterns) PatternSetDeconstructor.new(self, *subpatterns) end