るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.023秒)
トップページ > 種類:特異メソッド[x] > バージョン:2.1.0[x] > クエリ:int[x] > ライブラリ:io/console/size[x]

別のキーワード

  1. socket int
  2. prime int_from_prime_division
  3. _builtin to_int
  4. mkmf convertible_int
  5. option int

クラス

キーワード

検索結果

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

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

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

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

@see IO.default_console_size

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

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

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