るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.018秒)
トップページ > クエリ:selected[x] > 種類:特異メソッド[x]

ライブラリ

クラス

検索結果

CSV.new(data, options = Hash.new) -> CSV (7.0)

このメソッドは CSV ファイルを読み込んだり、書き出したりするために String か IO のインスタンスをラップします。

...を見つけ出します。このとき
データの先頭から次の "\r\n", "\n", "\r" の並びまでを読みます。
A sequence will be selected even if it occurs in a quoted field, assuming that you
would have the same line endings there. If none of those sequences is
found, +data+...