Method: Transpec::Report#summary

Defined in:
lib/transpec/report.rb

#summary(options = nil) ⇒ Object



45
46
47
# File 'lib/transpec/report.rb', line 45

def summary(options = nil)
  without_color { colored_summary(options) }
end