200 201 202
# File 'lib/testing.rb', line 200 def self.get_terminal_size @height, @width = [Integer(`tput li`), Integer(`tput co`)] end