class Steep::Project::Target

def source_file?(path)

def source_file?(path)
  source_files.key?(path)
end