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