summaryrefslogtreecommitdiffstats
path: root/lib/net/telnets.rb
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
commita5180750f7ab485fba73dd6e9861536adf3b693b (patch)
treecd2cea7862bed69939cb64d20346a3f975b5a9cc /lib/net/telnets.rb
parentbc603852659675cd0c7420dd4d126780f7ba6ee2 (diff)
downloadruby-openssl-history-a5180750f7ab485fba73dd6e9861536adf3b693b.tar.gz
Initial revision
Diffstat (limited to 'lib/net/telnets.rb')
-rw-r--r--lib/net/telnets.rb15
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/net/telnets.rb b/lib/net/telnets.rb
index d66815a..c7ecbd7 100644
--- a/lib/net/telnets.rb
+++ b/lib/net/telnets.rb
@@ -1,13 +1,19 @@
=begin
+= $RCSfile$ -- SSL/TLS enhancement for Net::Telnet.
-= telnets.rb -- SSL/TLS enhancement for Net::Telnet.
-
+= Info
+ 'OpenSSL for Ruby 2' project
Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
+ All rights reserved.
- $IPR: telnets.rb,v 1.5 2001/09/13 16:42:50 gotoyuzo Exp $
+= Licence
+ This program is licenced under the same licence as Ruby.
+ (See the file 'LICENCE'.)
- 2001/11/06: Contiributed to Ruby/OpenSSL project.
+= Version
$Id$
+
+ 2001/11/06: Contiributed to Ruby/OpenSSL project.
== class Net::Telnet
@@ -45,7 +51,6 @@ Michal Rokos's OpenSSL module.
})
This class is expected to be a superset of usual Net::Telnet.
-
=end
require "net/telnet"