るりまサーチ

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

別のキーワード

  1. object itself
  2. _builtin itself
  3. itself object
  4. itself _builtin

ライブラリ

検索結果

CSV (13.0)

このクラスは CSV ファイルやデータに対する完全なインターフェイスを提供します。

...he Encoding it is in. Thus CSV will return Arrays or Rows of Strings in the
Encoding of your data. This is accomplished by transcoding the parser itself
into your Encoding.

Some transcoding must take place, of course, to accomplish this multiencoding
support. For example, <tt>:col_sep</tt>, <tt>...
...xception comes when generating CSV into a String with an Encoding
that is not ASCII compatible. There's no existing data for CSV to use to
prepare itself and thus you will probably need to manually specify the desired
Encoding for most of those cases. It will try to guess using the fields in a
row...