mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
redmine-backporter.rb: garbage lines
* tool/redmine-backporter.rb: remove garbage lines, and should not override Kernel#readline. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
66c05ce0cc
commit
76d0574181
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ begin
|
|||
require 'readline'
|
||||
rescue LoadError
|
||||
module Readline; end
|
||||
else
|
||||
include Readline
|
||||
end
|
||||
|
||||
VERSION = '0.0.1'
|
||||
|
|
Loading…
Reference in a new issue