るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.122秒)
トップページ > クエリ:-[x] > クエリ:r[x] > クエリ:rows[x] > バージョン:2.3.0[x] > クラス:IO[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

IO#winsize -> [Integer, Integer] (652.0)

端末のサイズを [rows, columns] で返します。

端末のサイズを [rows, columns] で返します。

IO.console_size -> [Integer, Integer] (652.0)

端末のサイズを [rows, columns] で返します。

...端末のサイズを [rows, columns] で返します。

io
/console が利用できない場合は、IO.default_console_size
の値を返します。

@see IO.default_console_size...

IO.default_console_size -> [Integer, Integer] (652.0)

デフォルトの端末のサイズを [rows, columns] で返します。

デフォルトの端末のサイズを [rows, columns] で返します。