Method: Clio::Layout#screen_width

Defined in:
lib/clio/layout.rb

#screen_widthObject



7
8
9
# File 'lib/clio/layout.rb', line 7

def screen_width
  @screen_width ||= Terminal.screen_width
end