Class: Jinx::MatchVisitor::DefaultMatcher

Inherits:
Object
  • Object
show all
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



77
78
79
# File 'lib/jinx/resource/match_visitor.rb', line 77

def match(sources, targets, from, attribute)
  Resource.match_all(sources, targets)
end