24件ヒット
[1-24件を表示]
(0.084秒)
検索結果
-
Pathname
# sysopen(*args) -> Integer (220.0) -
IO.sysopen(self.to_s, *args)と同じです。
...IO.sysopen(self.to_s, *args)と同じです。
@see IO.sysopen... -
Pathname
# binwrite(string , offset=nil) -> Integer (119.0) -
IO.binwrite(self.to_s, *args)と同じです。
...IO.binwrite(self.to_s, *args)と同じです。
@see IO.binwrite...