stdlib: Add type for CSV::Row#initialize by aki19035vc · Pull Request #1903 · ruby/rbs

Add type to CSV::Row#initialize in stdlib because the type does not exist. The content of the headers array is untyped, because any object can be specified as long as it is an Ruby object. I placed...