csvlint.io
csvlint.io copied to clipboard
Remove the dual-use io variables
In many places we have io as a var, which could be used as a String or a File. It becomes very unclear what the meaning is. In Ruby 2, we have keyword arguments which we could use instead, perhaps, to make this clearer.