るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. complex >
  4. module >
  5. comparable >

ライブラリ

クラス

検索結果

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

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

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

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

@see IO.default_console_size

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

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

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