るりまサーチ

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

別のキーワード

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

ライブラリ

キーワード

検索結果

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

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

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

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

@see IO.default_console_size...

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

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

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