The implementation of the close operation, for closing an open handle.

Methods
Public Instance methods
perform( handle )

Closes the given handle.

    # File lib/net/sftp/operations/close.rb, line 25
25:     def perform( handle )
26:       @driver.close_handle( nil, handle )
27:     end