るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.006秒)

別のキーワード

  1. csv binmode
  2. csv binmode?
  3. stringio binmode
  4. _builtin binmode
  5. cgi needs_binmode

ライブラリ

モジュール

検索結果

Kernel$$stdin -> object (7.0)

標準入力です。

...ればいけません。

gets, readline, 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"
//}

自プロセスだけでなく、子...