method
report
report()
public
Hide source
# File activesupport/lib/active_support/testing/performance.rb, line 184 def report if @supported super else '%20s: unsupported' % @metric.name end end


