# File lib/net/ssh/ruby_compat.rb, line 8
    def setbyte(index, c)
      self[index] = c
    end