class Toys::Utils::Terminal

def width

Returns:
  • (Integer) -
def width
  size[0]
end