るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.052秒)

別のキーワード

  1. argf.class lines
  2. argf.class each
  3. argf.class each_line
  4. argf.class to_a
  5. argf.class gets

ライブラリ

クラス

キーワード

検索結果

CSV.filter(input, options = Hash.new) {|row| ... } (7.0)

このメソッドは CSV データに対して Unix のツール群のようなフィルタを構築 するのに便利です。

...行を全て output に書き込
みます。

@param input String か IO のインスタンスを指定します。
デフォルトは ARGF です。

@param output String か IO のインスタンスを指定します。
デフォルトは $stdout です。

@param optio...

CSV.filter(input, output, options = Hash.new) {|row| ... } (7.0)

このメソッドは CSV データに対して Unix のツール群のようなフィルタを構築 するのに便利です。

...行を全て output に書き込
みます。

@param input String か IO のインスタンスを指定します。
デフォルトは ARGF です。

@param output String か IO のインスタンスを指定します。
デフォルトは $stdout です。

@param optio...

CSV.filter(options = Hash.new) {|row| ... } (7.0)

このメソッドは CSV データに対して Unix のツール群のようなフィルタを構築 するのに便利です。

...行を全て output に書き込
みます。

@param input String か IO のインスタンスを指定します。
デフォルトは ARGF です。

@param output String か IO のインスタンスを指定します。
デフォルトは $stdout です。

@param optio...

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

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

...d 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 default
$INPUT_RECORD_SEPARATOR ($/) is u...