Method: SDM::Client#close
- Defined in:
- lib/strongdm.rb
#close ⇒ Object
Closes this client and releases all resources held by it.
115 116 117 118 119 120 121 |
# File 'lib/strongdm.rb', line 115 def close begin @channel.close() rescue => exception raise Plumbing::convert_error_to_porcelain(exception) end end |