module SoPerf::TerminalHelper

Public Instance Methods

terminal_width() click to toggle source
# File lib/soperf/soperf_helpers.rb, line 20
def terminal_width
  `/usr/bin/env tput cols`.to_i
end