るりまサーチ

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

別のキーワード

  1. stringio readchar
  2. _builtin readchar
  3. io readchar
  4. zlib readchar
  5. openssl readchar

ライブラリ

モジュール

検索結果

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...