1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove garbage ("X=1").

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2007-12-28 06:20:07 +00:00
parent 2a812650a8
commit 16ecc7c796
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Fri Dec 28 15:15:12 2007 Akinori MUSHA <knu@iDaemons.org>
* lib/irb/completion.rb: Remove garbage ("X=1").
Fri Dec 28 15:12:05 2007 Eric Hodel <drbrain@segment7.net>
* lib/rdoc, test/rdoc: Move RDoc tests out of lib/.

View file

@ -9,8 +9,6 @@
require "readline"
X=1
module IRB
module InputCompletor