Top Level Namespace

Defined Under Namespace

Modules: Edit, Header, Id, Operations Classes: String

Instance Method Summary collapse

Instance Method Details

#tty_widthObject



2
3
4
# File 'lib/console.rb', line 2

def tty_width
    `tput cols`.to_i
end