Allow `./` prefix for signature pattern by pocke · Pull Request #170 · soutaro/steep

Problem Currently Steep ignores signature if the pattern starts with ./. For example: # Steepfile target :app do signature './sig' # it doesn't work end Because Steep::Project::Target...