fix erroneous comment

bug/bundler_fix
Christopher Moore 2016-01-09 17:56:11 +00:00
parent 3a5805faaf
commit 9ff5ffd1ac
No known key found for this signature in database
GPG Key ID: 6C6D2F8B4E4EB0F8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module Net::SSH::Transport
end
def decrypt
# DO NOTHING (always set to "encrypt")
# DO NOTHING (always set to "decrypt")
end
def padding=(pad)