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
62 63 64 |
# File 'lib/canis/core/widgets/rwidget.rb', line 62 def getbyte(n) self[n] end |