るりまサーチ (Ruby 2.2.0)

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

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

ライブラリ

モジュール

検索結果

Readline.get_screen_size -> [Integer, Integer] (63322.0)

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

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

@raise NotImplementedError サポートしていない環境で発生します。

@see GNU Readline ライブラリの rl_get_screen_size 関数