るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
19件ヒット [1-19件を表示] (0.175秒)
トップページ > 種類:インスタンスメソッド[x] > バージョン:2.7.0[x] > クエリ:l[x] > クエリ:@[x] > クエリ:io[x] > クラス:CSV[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

キーワード

検索結果

CSV#ioctl(cmd, arg = 0) -> Integer (36691.0)

IO#ioctl に委譲します。

IO#ioctl に委譲します。


@see IO#ioctl

CSV#to_io -> self (18760.0)

IO#to_io に委譲します。

IO#to_io に委譲します。


@see IO#to_io

CSV#close -> nil (18391.0)

IO#close に委譲します。

IO#close に委譲します。


@see IO#close

CSV#close_read -> nil (18391.0)

IO#close_read に委譲します。

IO#close_read に委譲します。


@see IO#close_read

CSV#close_write -> nil (18391.0)

IO#close_write に委譲します。

IO#close_write に委譲します。


@see IO#close_write

絞り込み条件を変える

CSV#closed? -> bool (18391.0)

IO#closed? に委譲します。

IO#closed? に委譲します。


@see IO#closed?

CSV#internal_encoding -> Encoding | nil (18391.0)

IO#internal_encoding に委譲します。

IO#internal_encoding に委譲します。


@see IO#internal_encoding

CSV#tell -> Integer (9457.0)

IO#pos, IO#tell に委譲します。

IO#pos, IO#tell に委譲します。


@see IO#pos, IO#tell

CSV#readline -> Array | CSV::Row (9373.0)

String や IO をラップしたデータソースから一行だけ読み込んで フィールドの配列か CSV::Row のインスタンスを返します。

...ールドの配列か CSV::Row のインスタンスを返します。

データソースは読み込み用にオープンされている必要があります。

@return ヘッダを使用しない場合は配列を返します。
ヘッダを使用する場合は CSV::Row を返します...
...

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

csv
= CSV.new(DATA.read)
csv
.readline # => ["header1", "header2"]
csv
.readline # => ["row1_1", "row1_2"]

__END__
header1,header2
row1_1,row1_2
//}...

CSV#reopen(io) -> self (694.0)

IO#reopen に委譲します。

IO#reopen に委譲します。


@see IO#reopen

絞り込み条件を変える

CSV#eof -> bool (457.0)

IO#eof, IO#eof? に委譲します。

IO#eof, IO#eof? に委譲します。


@see IO#eof, IO#eof?

CSV#eof? -> bool (457.0)

IO#eof, IO#eof? に委譲します。

IO#eof, IO#eof? に委譲します。


@see IO#eof, IO#eof?

CSV#isatty -> bool (457.0)

IO#isatty, IO#tty? に委譲します。

IO#isatty, IO#tty? に委譲します。


@see IO#isatty, IO#tty?

CSV#tty? -> bool (457.0)

IO#isatty, IO#tty? に委譲します。

IO#isatty, IO#tty? に委譲します。


@see IO#isatty, IO#tty?

CSV#binmode -> self (391.0)

IO#binmode に委譲します。

IO#binmode に委譲します。


@see IO#binmode

絞り込み条件を変える

CSV#binmode? -> bool (391.0)

IO#binmode? に委譲します。

IO#binmode? に委譲します。


@see IO#binmode?

CSV#pid -> Integer | nil (391.0)

IO#pid に委譲します。

IO#pid に委譲します。


@see IO#pid

CSV#stat -> File::Stat (391.0)

IO#stat に委譲します。

IO#stat に委譲します。


@see IO#stat

CSV#sync -> bool (391.0)

IO#sync に委譲します。

IO#sync に委譲します。


@see IO#sync