Method: Bake::ErrorParser#scan
- Defined in:
- lib/bake/toolchain/errorparser/error_parser.rb
#scan(consoleOutput, proj_dir) ⇒ Object
20 21 22 |
# File 'lib/bake/toolchain/errorparser/error_parser.rb', line 20 def scan(consoleOutput, proj_dir) raise "Use specialized classes only" end |