るりまサーチ

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

別のキーワード

  1. _builtin size
  2. rexml/document size
  3. net/imap size
  4. _builtin size?
  5. imagefavicon image_size

ライブラリ

クラス

検索結果

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

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

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

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

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

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

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

@see IO.default_console_size...