Method: Vtk::Command#screen

Defined in:
lib/vtk/command.rb

#screenObject

Get terminal screen properties



103
104
105
106
# File 'lib/vtk/command.rb', line 103

def screen
  require 'tty-screen'
  TTY::Screen
end