Method: Command::Results::Presenter#end_list

Defined in:
lib/command-set/results.rb

#end_list(list) ⇒ Object



313
314
315
316
317
318
319
320
321
# File 'lib/command-set/results.rb', line 313

def end_list( list )
  @list_lock.synchronize do
    list.close
    advance_leading_edge
  end

  notify(:saw_end, list)
  return nil
end