Class String

  1. lib/net/ssh/ruby_compat.rb
Parent: Object

Methods

public instance

  1. getbyte

Public instance methods

getbyte (index)
[show source]
   # File lib/net/ssh/ruby_compat.rb, line 5
5:     def getbyte(index)
6:       self[index]
7:     end