class String

Public Instance Methods

getbyte(i) click to toggle source
# File lib/em-websocket.rb, line 20
def getbyte(i)
  self[i]
end