るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.041秒)
トップページ > クエリ:IO[x] > バージョン:2.3.0[x] > クエリ:io[x] > クエリ:io/console/size[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each_line
  4. io readlines
  5. io each

ライブラリ

クラス

キーワード

検索結果

io/console/size (150097.0)

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

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

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

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

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

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

@see IO.default_console_size

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

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

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