るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.187秒)
トップページ > 種類:変数[x] > クエリ:_builtin[x] > クエリ:new[x] > ライブラリ:ビルトイン[x]

別のキーワード

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

モジュール

検索結果

Kernel$$stdin -> object (8009.0)

標準入力です。

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

自プロセスだけでなく、子プロセスの標準入力もリダイレクトしたい...