class String

def getbyte(index)

def getbyte(index)
  self[index]
end