class Steep::Project::Target

def possible_source_file?(path)

def possible_source_file?(path)
  source_pattern =~ path
end