scan_make_command_lines(output)
No documentation available.
# File lib/rubygems/test_case.rb, line 143 def scan_make_command_lines(output) output.scan(/^#{Regexp.escape make_command}(?:[[:blank:]].*)?$/) end