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'
|
require 'readline'
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
module Readline; end
|
module Readline; end
|
||||||
else
|
|
||||||
include Readline
|
|
||||||
end
|
end
|
||||||
|
|
||||||
VERSION = '0.0.1'
|
VERSION = '0.0.1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue