class Steep::Project
def target_for_source_path(path)
def target_for_source_path(path) targets.find do |target| target.possible_source_file?(path) end end
def target_for_source_path(path) targets.find do |target| target.possible_source_file?(path) end end