96件ヒット
[1-96件を表示]
(0.106秒)
別のキーワード
ライブラリ
- csv (96)
検索結果
先頭5件
-
CSV
# reopen(io) -> self (6225.0) -
IO#reopen に委譲します。
...
IO#reopen に委譲します。
@see IO#reopen... -
CSV
# pos -> Integer (6146.0) -
IO#pos, IO#tell に委譲します。
...
IO#pos, IO#tell に委譲します。
@see IO#pos, IO#tell... -
CSV
# path -> String (6124.0) -
IO#path に委譲します。
...
IO#path に委譲します。
@see IO#path... -
CSV
# pid -> Integer | nil (6124.0) -
IO#pid に委譲します。
...
IO#pid に委譲します。
@see IO#pid... -
CSV
# pos=(n) (6124.0) -
IO#pos= に委譲します。
...
IO#pos= に委譲します。
@see IO#pos=... -
CSV
# inspect -> String (6108.0) -
ASCII 互換文字列で自身の情報を表したものを返します。
...ASCII 互換文字列で自身の情報を表したものを返します。
//emlist[例][ruby]{
require "csv"
csv = CSV.new("header1,header2\nrow1_1,row1_2")
csv.inspect # => "<#CSV io_type:StringIO encoding:UTF-8 lineno:0 col_sep:\",\" row_sep:\"\\n\" quote_char:\"\\\"\">"
//}... -
CSV
# tell -> Integer (3046.0) -
IO#pos, IO#tell に委譲します。
...
IO#pos, IO#tell に委譲します。
@see IO#pos, IO#tell... -
CSV
# flock(operation) -> 0 | false (202.0) -
File#flock に委譲します。
File#flock に委譲します。