class Toys::Utils::Terminal

def height

Returns:
  • (Integer) -
def height
  size[1]
end