issues
search
ruby
/
rbs
Type Signature for Ruby
Other
1.96k
stars
215
forks
source link
stdlib: Update signature of CSV.read
#2002
Closed
tk0miya
closed
2 months ago
tk0miya
commented
2 months ago
It takes an IO object as
path
argument
It returns CSV::Table object when headers option given
refs:
https://docs.ruby-lang.org/en/3.3/CSV.html#method-c-read
https://docs.ruby-lang.org/en/3.3/CSV.html#class-CSV-label-Option+headers
tk0miya
commented
2 months ago
Thanks!
path
argumentrefs: