class HighLine::Terminal

def terminal_size

Returns:
  • (Array) - two value terminal
def terminal_size
  [80, 24]
end