8件ヒット
[1-8件を表示]
(0.106秒)
別のキーワード
検索結果
先頭5件
-
CSV
# reopen(io) -> self (18676.0) -
IO#reopen に委譲します。
IO#reopen に委譲します。
@see IO#reopen -
CSV
# pos -> Integer (18439.0) -
IO#pos, IO#tell に委譲します。
IO#pos, IO#tell に委譲します。
@see IO#pos, IO#tell -
CSV
# path -> String (18373.0) -
IO#path に委譲します。
IO#path に委譲します。
@see IO#path -
CSV
# pid -> Integer | nil (18373.0) -
IO#pid に委譲します。
IO#pid に委譲します。
@see IO#pid -
CSV
# pos=(n) (18373.0) -
IO#pos= に委譲します。
IO#pos= に委譲します。
@see IO#pos= -
CSV
# inspect -> String (18325.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 (9139.0) -
IO#pos, IO#tell に委譲します。
IO#pos, IO#tell に委譲します。
@see IO#pos, IO#tell -
CSV
# flock(operation) -> 0 | false (607.0) -
File#flock に委譲します。
File#flock に委譲します。