Method: ImportGraph::Util#build_match_object

Defined in:
lib/import_graph/util.rb

#build_match_object(method, from, to) ⇒ Object



5
6
7
# File 'lib/import_graph/util.rb', line 5

def build_match_object(method, from, to)
  { method: method, from: from, to: to }
end