Method: XCPretty::FormatMethods#format_compile_error
- Defined in:
- lib/xcpretty/formatters/formatter.rb
#format_compile_error(file_name, file_path, reason, line, cursor) ⇒ Object
COMPILER / LINKER ERRORS
43 44 |
# File 'lib/xcpretty/formatters/formatter.rb', line 43 def format_compile_error(file_name, file_path, reason, line, cursor); EMPTY; end |