Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return
token_stream.to_s
when token_stream
is nil
The change in ruby#1055 might be a breaking change. So, just simply return `token_stream.to_s` when it's nil
- Loading branch information