Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/net/ssh/ruby_compat.rb

Instance Method Summary collapse

Instance Method Details

#getbyte(index) ⇒ Object



3
4
5
# File 'lib/net/ssh/ruby_compat.rb', line 3

def getbyte(index)
  self[index]
end