Avoid unnecessary calling `RBS::Location#to_s` on debug log by pocke · Pull Request #1092 · soutaro/steep

This PR reduces RBS::Location#to_s calls. Currently, this method is called for debug logging but it is unnecessary unless the log level is debug. So I replaced the string literal with a block. This...