diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-18 00:37:59 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-18 00:37:59 +0000 |
commit | 2b7bde7eff589b8f73128851611270ba9a04409c () | |
tree | c1ebf5175dcf8cbd4f411d4f4f5772d8cd4bb96c /tool/redmine-backporter.rb | |
parent | 4dc5b6ff584834396d15fa3492500b936dbc1e3d (diff) |
redmine-backporter.rb: suppress a warning [ci skip]
* tool/redmine-backporter.rb (StringScanner.readline): use `true` to suppress a "literal in condition" warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-x | tool/redmine-backporter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ class << Readline console.print prompt console.flush line = '' - while 1 case c = console.getch when "\r", "\n" puts |