Class: SimpleCov::Formatter::JSONFormatter
- Inherits:
-
Object
- Object
- SimpleCov::Formatter::JSONFormatter
- Defined in:
- lib/simplecov_json_formatter.rb
Instance Method Summary collapse
Instance Method Details
#format(result) ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/simplecov_json_formatter.rb', line 11 def format(result) result_hash = format_result(result) export_formatted_result(result_hash) puts (result) end |