summaryrefslogtreecommitdiff
path: root/lib/net/ssh/errors.rb
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-03-22 20:42:49 -0600
committerJamis Buck <jamis@37signals.com>2008-03-22 20:42:49 -0600
commitb15c34734df0d35d9dc82434c965d4e831120265 (patch)
treebe7b0b2d3b3222c51cd38118b964a3d700845b16 /lib/net/ssh/errors.rb
parent83eb567b8568bb81f16b24e0136b36e909994817 (diff)
downloadnet-ssh-b15c34734df0d35d9dc82434c965d4e831120265.tar.gz
various documentation tweaks
Diffstat (limited to 'lib/net/ssh/errors.rb')
-rw-r--r--lib/net/ssh/errors.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/net/ssh/errors.rb b/lib/net/ssh/errors.rb
index 25e6fa4..e653278 100644
--- a/lib/net/ssh/errors.rb
+++ b/lib/net/ssh/errors.rb
@@ -38,13 +38,11 @@ module Net; module SSH
# and, if you want to proceed anyway, simply call the remember_host!
# method on the exception, and then retry.
class HostKeyMismatch < Exception
- # :nodoc:
# the callback to use when #remember_host! is called
- attr_writer :callback
+ attr_writer :callback #:nodoc:
- # :nodoc:
# situation-specific data describing the host (see #host, #port, etc.)
- attr_writer :data
+ attr_writer :data #:nodoc:
# An accessor for getting at the data that was used to look up the host
# (see also #fingerprint, #host, #port, #ip, and #key).