Method: Colsole.terminal_height

Defined in:
lib/colsole.rb

.terminal_heightObject

Returns the rows part of the #terminal_size



83
84
85
# File 'lib/colsole.rb', line 83

def terminal_height
  terminal_size[1]
end