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