1
0
Fork 0
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:
nobu 2015-01-20 05:11:27 +00:00
parent 66c05ce0cc
commit 76d0574181

View file

@ -12,8 +12,6 @@ begin
require 'readline'
rescue LoadError
module Readline; end
else
include Readline
end
VERSION = '0.0.1'