Libraries
»
iesd
(1.2.2)
»
Index
»
Tty
»
#width
Method: Tty#width
Defined in:
lib/iesd/utility/tty.rb
#
width
⇒
Object
14 15 16
# File 'lib/iesd/utility/tty.rb', line 14
def
width
`
/usr/bin/tput cols
`
.
strip
.
to_i
end