Method: Command::Results::Presenter#done

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

#doneObject



323
324
325
326
327
# File 'lib/command-set/results.rb', line 323

def done
  @results.close
  advance_leading_edge
  notify(:done, nil)
end