Matches sources to targets using Resource#match_all
73 74 75
# File 'lib/jinx/resource/match_visitor.rb', line 73 def match(sources, targets, from, attribute) Resource.match_all(sources, targets) end