Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ragel/bitmap.rb
Instance Method Summary collapse
Instance Method Details
#getbyte(index) ⇒ Object
8 9 10 |
# File 'lib/ragel/bitmap.rb', line 8 def getbyte(index) self[index].ord end |