Module: PatternMatch::Deconstructable
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 |