1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
matz c5fc4bca6d * eval.c (rb_call_super): inheritance line adjustment moved from
rb_call(). [ruby-core:01113]

* eval.c (rb_eval): use rb_call_super() to follow DRY principle.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-03 09:40:21 +00:00
..
ftp.rb Added RDoc comments. See comments at EOF for remaining issues. 2003-01-31 14:33:42 +00:00
http.rb * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is opened before finishing. (ruby-bugs-ja:PR#463) 2003-05-14 03:20:16 +00:00
imap.rb * eval.c (rb_call_super): inheritance line adjustment moved from 2003-06-03 09:40:21 +00:00
pop.rb * lib/net/pop.rb: rename method: POP3#mail_size -> n_mails 2003-05-06 08:48:51 +00:00
protocol.rb * lib/net/protocol.rb: reintroduce Protocol.protocol_param. 2003-05-02 15:19:20 +00:00
smtp.rb * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by Kazuhiko Izawa. [ruby-talk:78981] 2003-05-24 18:24:26 +00:00
telnet.rb * eval.c (rb_call_super): inheritance line adjustment moved from 2003-06-03 09:40:21 +00:00