Class String
In: lib/net/ssh/ruby_compat.rb
lib/net/ssh/ruby_compat.rb
Parent: Object

Methods

getbyte   getbyte  

Public Instance methods

[Source]

   # File lib/net/ssh/ruby_compat.rb, line 3
3:     def getbyte(index)
4:       self[index]
5:     end

[Source]

   # File lib/net/ssh/ruby_compat.rb, line 3
3:     def getbyte(index)
4:       self[index]
5:     end

[Validate]