るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.109秒)
トップページ > クエリ:l[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 (50000.0)

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

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

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

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

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

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

@see IO.default_console_size...

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

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

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