Skip to content

Commit d0b196c

Browse files
committed
* 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
1 parent 2540468 commit d0b196c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Fri May 30 11:25:58 2003 WATANABE Hirofumi <eban@ruby-lang.org>
2+
3+
* lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").
4+
15
Sun May 25 03:33:53 2003 Minero Aoki <aamine@loveruby.net>
26

37
* lib/net/smtp.rb: support LOGIN authentication. Thanks to

lib/irb/xmp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
#
1212

13-
require "irb/irb"
13+
require "irb"
1414
require "irb/frame"
1515

1616
class XMP

0 commit comments

Comments
 (0)