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

* lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-05-30 03:13:26 +00:00
parent 254046878a
commit d0b196c8ff
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri May 30 11:25:58 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").
Sun May 25 03:33:53 2003 Minero Aoki <aamine@loveruby.net>
* lib/net/smtp.rb: support LOGIN authentication. Thanks to

View file

@ -10,7 +10,7 @@
#
#
require "irb/irb"
require "irb"
require "irb/frame"
class XMP