method
scan_make_command_lines
v2_6_3 -
Show latest stable
- Class:
Gem::TestCase
scan_make_command_lines(output)public
No documentation available.
# File lib/rubygems/test_case.rb, line 164
def scan_make_command_lines(output)
output.scan(/^#{Regexp.escape make_command}(?:[[:blank:]].*)?$/)
end