diff options
author | Jamis Buck <jamis@37signals.com> | 2008-03-22 20:42:49 -0600 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2008-03-22 20:42:49 -0600 |
commit | b15c34734df0d35d9dc82434c965d4e831120265 (patch) | |
tree | be7b0b2d3b3222c51cd38118b964a3d700845b16 /lib/net/ssh/errors.rb | |
parent | 83eb567b8568bb81f16b24e0136b36e909994817 (diff) | |
download | net-ssh-b15c34734df0d35d9dc82434c965d4e831120265.tar.gz |
various documentation tweaks
Diffstat (limited to 'lib/net/ssh/errors.rb')
-rw-r--r-- | lib/net/ssh/errors.rb | 6 |
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). |