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