# File lib/net/sftp/session.rb, line 261
    def respond_to?( sym )
      super || @operations.has_key?( sym )
    end