class CSV::TSV
公共类方法
new(data, **options) 点击以切换源代码
调用超类方法
CSV::new
# File csv-3.3.2/lib/csv.rb, line 2133 def initialize(data, **options) super(data, **({col_sep: "\t"}.merge(options))) end