るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

CSV#converters -> Array (12202.0)

現在の変換器のリストを返します。

...在の変換器のリストを返します。

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

csv
= CSV.new("header1,header2\nrow1_1,row1_2", converters: CSV::Converters.keys)
csv
.converters # => [:integer, :float, :integer, :float, :date, :date_time, :date_time, :integer, :float]
//}

@see CSV::Converters...

CSV#encoding -> Encoding (6202.0)

読み書きするときに使用するエンコーディングを返します。

...読み書きするときに使用するエンコーディングを返します。

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

csv
= CSV.new("header1,header2\nrow1_1,row1_2", headers: true)
csv
.encoding # => #<Encoding:UTF-8>
//}...

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

IO#seek に委譲します。

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


@see IO#seek...

CSV#binmode -> self (6102.0)

IO#binmode に委譲します。

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


@see IO#binmode...

CSV#binmode? -> bool (6102.0)

IO#binmode? に委譲します。

...IO#binmode? に委譲します。


@see IO#binmode?...

絞り込み条件を変える

CSV#close -> nil (6102.0)

IO#close に委譲します。

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


@see IO#close...

CSV#close_read -> nil (6102.0)

IO#close_read に委譲します。

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


@see IO#close_read...

CSV#close_write -> nil (6102.0)

IO#close_write に委譲します。

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


@see IO#close_write...

CSV#closed? -> bool (6102.0)

IO#closed? に委譲します。

...IO#closed? に委譲します。


@see IO#closed?...
<< 1 2 3 ... > >>