るりまサーチ (Ruby 2.5.0)

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

別のキーワード

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

ライブラリ

クラス

キーワード

検索結果

io/console/size (150049.0)

端末のサイズを取得するための io/console のサブライブラリです。

端末のサイズを取得するための io/console のサブライブラリです。

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

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

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

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

@see IO.default_console_size

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

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

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