るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.078秒)
トップページ > クエリ:_builtin[x] > クエリ:end[x] > クエリ:binmode[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

ライブラリ

クラス

モジュール

検索結果

IO#binmode -> self (26137.0)

ストリームをバイナリモードにします。MSDOS などバイナリモードの存在 する OS でのみ有効です。そうでない場合このメソッドは何もしません。

...ンしかありません。

@raise Errno::EXXX モードの変更に失敗した場合に発生します。

//emlist[例][ruby]{
IO.open(IO.sysopen("testfile", "w+")) do |io|
io.binmode? # => false
io.binmode # => #<IO:fd 8>
io.binmode? # => true
end

//}

@see c:IO#io_binmode, IO#binmode?...

Kernel$$stdin -> object (8012.0)

標準入力です。

...dline, readlines, getc, readchar, tell, seek,
pos=, rewind, fileno, to_io, eof, each_line, each_byte,
binmode
, closed?

//emlist[例][ruby]{
$stdin = Object.new
def $stdin.gets
"foo"
end

p gets() # => "foo"
//}

自プロセスだけでなく、子プロセスの標準入力もリダイ...