module Minitest::Line
def tests_with_lines
def tests_with_lines target_file = $0 methods_with_lines(target_file).concat describes_with_lines(target_file) end
def tests_with_lines target_file = $0 methods_with_lines(target_file).concat describes_with_lines(target_file) end