Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress "literal string will be frozen in the future" warning (#353)
Before change: ```console $ rake 2>&1 | grep 'iruby.*frozen' /Users/zzz/src/github.com/SciRuby/iruby/lib/iruby/formatter.rb:128: warning: literal string will be frozen in the future /Users/zzz/src/github.com/SciRuby/iruby/lib/iruby/formatter.rb:96: warning: literal string will be frozen in the future ``` After change: ```console $ rake 2>&1 | grep 'iruby.*frozen' ```
- Loading branch information