class String

Public Instance Methods

getbyte(index) click to toggle source
# File lib/tungsten/common.rb, line 96
def getbyte(index)
  self[index]
end