Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/tungsten/common.rb
Instance Method Summary collapse
Instance Method Details
#getbyte(index) ⇒ Object
96 97 98 |
# File 'lib/tungsten/common.rb', line 96 def getbyte(index) self[index] end |