TTY ::屏幕 终端屏幕尺寸检测,可在Linux,OS X和Windows / Cygwin平台上运行,并支持MRI,JRuby,TruffleRuby和Rubinius解释器。 TTY :: Screen为工具包提供了独立的终端屏幕尺寸检测组件。 安装 将此行添加到您的应用程序的Gemfile中: gem 'tty-screen' 然后执行: $ bundle 或自己安装为: $ gem install tty-screen 1.用法 TTY :: Screen允许您通过调用返回[height,width]元组的size方法来检测终端屏幕的大小。 TTY :: Screen