るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. _builtin size
  2. net/imap size
  3. rexml/document size
  4. _builtin size?
  5. matrix column_size

ライブラリ

クラス

検索結果

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

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

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

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

@see IO.default_console_size

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

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

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