Module: PatternMatch::Deconstructable

Included in:
Class, Regexp
Defined in:
lib/pattern-match/core.rb,
lib/pattern-match/experimental.rb

Instance Method Summary collapse

Instance Method Details

#call(*subpatterns) ⇒ Object



5
6
7
# File 'lib/pattern-match/core.rb', line 5

def call(*subpatterns)
  pattern_matcher(*subpatterns)
end