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:
parent
2a812650a8
commit
16ecc7c796
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
Fri Dec 28 15:12:05 2007 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* lib/rdoc, test/rdoc: Move RDoc tests out of lib/.
|
* lib/rdoc, test/rdoc: Move RDoc tests out of lib/.
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
require "readline"
|
require "readline"
|
||||||
|
|
||||||
X=1
|
|
||||||
|
|
||||||
module IRB
|
module IRB
|
||||||
module InputCompletor
|
module InputCompletor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue