るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.037秒)
トップページ > バージョン:2.2.0[x] > クエリ:IO[x] > クエリ:DEFAULT[x] > クエリ:console_size[x]

別のキーワード

  1. uri default_port
  2. _builtin default
  3. generic default_port
  4. socket ai_default
  5. socket ip_default_multicast_ttl

ライブラリ

クラス

検索結果

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

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

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

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

@see IO.default_console_size

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

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

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