class Clio::Layout

Public Instance Methods

screen_width() click to toggle source
# File lib/clio/layout.rb, line 7
def screen_width
  @screen_width ||= Terminal.screen_width
end