Class: String

Inherits:
Object show all
Defined in:
lib/rbcurse/core/widgets/rwidget.rb

Overview

2013-03-21 - 187compat

Instance Method Summary collapse

Instance Method Details

#getbyte(n) ⇒ Object

mostly for control and meta characters



133
134
135
# File 'lib/rbcurse/core/widgets/rwidget.rb', line 133

def getbyte(n)
  self[n]
end