Method: Net::SSH::Transport::HMAC::Abstract#initialize
- Defined in:
- lib/net/ssh/transport/hmac/abstract.rb
#initialize(key = nil) ⇒ Abstract
Returns a new instance of Abstract.
95 96 97 |
# File 'lib/net/ssh/transport/hmac/abstract.rb', line 95 def initialize(key = nil) self.key = key end |