るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.075秒)
トップページ > クエリ:-[x] > クエリ:of[x] > クラス:CSV[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

CSV#eof -> bool (6201.0)

IO#eof, IO#eof? に委譲します。

...IO#eof, IO#eof? に委譲します。


@see IO#eof, IO#eof?...

CSV#eof? -> bool (6201.0)

IO#eof, IO#eof? に委譲します。

...IO#eof, IO#eof? に委譲します。


@see IO#eof, IO#eof?...

CSV#seek(offset, whence = IO::SEEK_SET) -> 0 (201.0)

IO#seek に委譲します。

IO#seek に委譲します。


@see IO#seek

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

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

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

ラップされた文字列の先頭から読み込むことになります。
文字列に追記したい場合は CSV.generate を使用し...
...みます。
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+ is ARGF, Object::STDIN, Object::STDOUT, or
Object::STDERR, or the stream is only available for output, the def...
...manually if speed is important. Also
note that IO objects should be opened in binary mode on Windows if this
feature will be used as the line-ending translation can cause
problems with resetting the document position to where it was before the
read ahead. This String will be transcode...