Improve Efficiency in Array comparison in Ruby
- by user2985025
Hi I am working on Ruby /cucumber and have an requirement to develop a comparison module/program to compare two files.
Below are the requirements
The project is a migration project . Data from one application is moved to another
Need to compare the data from the existing application against the new ones.
Solution :
I have developed a…