# File lib/net/ssh/shell.rb, line 46
      def when_open(&callback)
        if open?
          yield self
        else
          @when_open << callback
        end
        self
      end