るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

<< < ... 3 4 5 >>

CSV#row_sep -> String (108.0)

行区切り文字列として使用する文字列を返します。

...行区切り文字列として使用する文字列を返します。

//emlist[例][ruby]{
require "csv"

csv
= CSV.new("header1,header2|row1_1,row1_2", row_sep: "|")
csv
.row_sep # => "|"
csv
.read # => [["header1", "header2"], ["row1_1", "row1_2"]]
//}

@
see CSV.new...

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

IO#seek に委譲します。

...IO#seek に委譲します。


@
see IO#seek...

CSV#sync=(newstate) (108.0)

IO#sync= に委譲します。

...IO#sync= に委譲します。


@
see IO#sync=...
<< < ... 3 4 5 >>