summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/smtp.rb')
-rw-r--r--lib/net/smtp.rb18
1 files changed, 7 insertions, 11 deletions
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 <aamine@dp.u-netsurf.ne.jp>
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'