Fix Writer output with an empty tuple, and optional symbol literal by pocke · Pull Request #139 · ruby/rbs
This pull request fixes two bugs of the Writer. Empty tuple and optional symbol literal. empty tuple Currently the Writer output an empty tuple with two spaces. This change reduces the spaces to on...