Allow trailing comma for Record and Tuple types by pocke · Pull Request #606 · ruby/rbs
This pull request allows trailing comma for Record and Tuple types. Problem Currently RBS doesn't allow putting a trailing comma after the last item of Record and Tuple. # RBS type t = { a: 42...