Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/net/ssh/ruby_compat.rb
Instance Method Summary collapse
Instance Method Details
#getbyte(index) ⇒ Object
5 6 7 |
# File 'lib/net/ssh/ruby_compat.rb', line 5 def getbyte(index) self[index] end |