Method: RubyCurses::DefaultTableColumnModel#clear_selection

Defined in:
lib/rbcurse/extras/widgets/rtable.rb

#clear_selectionObject



1425
1426
1427
# File 'lib/rbcurse/extras/widgets/rtable.rb', line 1425

def clear_selection
  @selected_columns = []
end