Method: Xctracker::StandardOutputReporter#report!

Defined in:
lib/xctracker/reporters/standard_output_reporter.rb

#report!(executions) ⇒ Object



5
6
7
8
# File 'lib/xctracker/reporters/standard_output_reporter.rb', line 5

def report!(executions)
  filtered = filter_executions(executions)
  puts table_for(filtered)
end