るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document to_s
  4. rexml/document clone
  5. rexml/document node_type

ライブラリ

クラス

キーワード

検索結果

io/console/size (114001.0)

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

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

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

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

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

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

@see IO.default_console_size

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

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

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