19 20 21
# File 'lib/Data_list.rb', line 19 def notify @listeners.each { |lst| lst.on_datalist_changed(data_table) } end