るりまサーチ

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

別のキーワード

  1. csv binmode
  2. csv binmode?
  3. stringio binmode
  4. _builtin binmode
  5. cgi needs_binmode

ライブラリ

クラス

キーワード

検索結果

<< < 1 2 >>

CSV.open(filename, options = Hash.new) {|csv| ... } -> nil (13.0)

このメソッドは IO オブジェクトをオープンして CSV でラップします。 これは CSV ファイルを書くための主要なインターフェイスとして使うことを意図しています。

...と BOM を自動的に取り除きま
す。

CSV オブジェクトは多くのメソッドを IO や File に委譲します。

* IO#binmode
* IO#binmode?
* IO#close
* IO#close_read
* IO#close_write
* IO#closed?
* IO#eof
* IO#eof?
* IO#external_encoding
* IO#fcntl
* IO#file...
<< < 1 2 >>