From 9f32fd3e9a0566e9258dda883e3ecf6f5474096d Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 12 Jun 2000 16:42:46 +0000 Subject: o protocol.rb, smtp.rb, pop.rb, http.rb: define all#inspect() o protocol.rb, smtp.rb, pop.rb, http.rb: modify/add documents git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/smtp.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'lib/net/smtp.rb') diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index d11cff6235..bc346d3138 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -7,17 +7,6 @@ written by Minero Aoki This library is distributed under the terms of the Ruby license. You can freely distribute/modify this library. -=end - - -require 'net/protocol' -require 'md5' - - -module Net - - -=begin == Net::SMTP @@ -81,6 +70,13 @@ Net::Protocol =end +require 'net/protocol' +require 'md5' + + +module Net + + class SMTP < Protocol protocol_param :port, '25' -- cgit v1.2.3