The major problem was that in case when ruby parser reused, it does not reset line number counter. Which means the script is useless, because of pointing beyond the file end.
Other fixes mostly related to unlocking ruby_parser gem and use the recent stable version
The major problem was that in case when ruby parser reused, it does not reset line number counter. Which means the script is useless, because of pointing beyond the file end.
Other fixes mostly related to unlocking ruby_parser gem and use the recent stable version