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