Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ref: ruby/ruby#10235 As discussed upstream, the mutability is only used in one spec, `path.rb`: ```ruby @name = +"file_to_path" @path = tmp(@name) ``` For all the others it doesn't matter if the argument is mutated or not.
- Loading branch information