class String

2013-03-21 - 187compat

Public Instance Methods

getbyte(n) click to toggle source

mostly for control and meta characters

# File lib/canis/core/widgets/rwidget.rb, line 62
def getbyte(n)
  self[n]
end