Rename Mapping#map to Mapping#relate
Rename Mapping#map to Mapping#relate
relate
avoids the name collision with Enumerable#map
while keeping the meaning of relation between source and test. In situ example: mapping.relate(source, test)
Closes #12 (closed)
Edited by Albert Salim