Class: String
Overview
2013-03-21 - 187compat
Instance Method Summary collapse
-
#getbyte(n) ⇒ Object
mostly for control and meta characters.
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 |