We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2540468 commit d0b196cCopy full SHA for d0b196c
ChangeLog
@@ -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
5
Sun May 25 03:33:53 2003 Minero Aoki <aamine@loveruby.net>
6
7
* lib/net/smtp.rb: support LOGIN authentication. Thanks to
lib/irb/xmp.rb
@@ -10,7 +10,7 @@
10
#
11
12
13
-require "irb/irb"
+require "irb"
14
require "irb/frame"
15
16
class XMP
0 commit comments