Method: Gloo::Core::GlooSystem#msg_screen_cols

Defined in:
lib/gloo/core/gloo_system.rb

#msg_screen_colsObject

Get the number of columns on screen.



194
195
196
# File 'lib/gloo/core/gloo_system.rb', line 194

def msg_screen_cols
  return Gloo::App::Settings.cols
end