Implements the rmdir operation.

Methods
Public Instance methods
perform( path )

Perform the operation.

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