Method: SDM::Client#close
- Defined in:
- lib/strongdm.rb
#close ⇒ Object
Closes this client and releases all resources held by it.
89 90 91 92 93 94 95 |
# File 'lib/strongdm.rb', line 89 def close begin @channel.close() rescue => exception raise Plumbing::convert_error_to_porcelain(exception) end end |