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

* lib/irb.rb: removed commented-out code.

* lib/irb/**/*.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-08-09 02:02:58 +00:00
parent 5afa23b4a4
commit 76515504d5
18 changed files with 8 additions and 137 deletions

View file

@ -117,7 +117,6 @@ module IRB
def gets
print @prompt
l = @io.gets
# print @prompt, l
l
end