class Console::Terminal::Text

def width

@returns [Integer] The width of the terminal.
def width
	self.size.last
end