class Steep::Project::Target

def remove_source(path)

def remove_source(path)
  source_files.delete(path)
end