Class: Jinx::MatchVisitor::DefaultMatcher
- Defined in:
- lib/jinx/resource/match_visitor.rb
Overview
Matches sources to targets using Resource#match_all
Instance Method Summary collapse
Instance Method Details
#match(sources, targets, from, attribute) ⇒ Object
73 74 75 |
# File 'lib/jinx/resource/match_visitor.rb', line 73 def match(sources, targets, from, attribute) Resource.match_all(sources, targets) end |