Method: CodingChallenge::Command#screen

Defined in:
lib/coding_challenge/command.rb

#screenObject

Get terminal screen properties



96
97
98
99
# File 'lib/coding_challenge/command.rb', line 96

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