るりまサーチ

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

別のキーワード

  1. kernel $-l
  2. lupdecomposition l
  3. matrix l
  4. _builtin $-l
  5. $-l _builtin

ライブラリ

クラス

検索結果

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

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

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

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

@see IO.default_console_size...

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

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

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