810133acc2
Note that net-ssh is no longer actively maintained: http://weblog.jamisbuck.org/2009/2/25/net-ssh-capistrano-and-saying-goodbye git-svn-id: file:///home/svn/framework3/trunk@8523 4d416f70-5f16-0410-b530-b9f4589650da
7 lines
97 B
Ruby
7 lines
97 B
Ruby
class String
|
|
if RUBY_VERSION < "1.9"
|
|
def getbyte(index)
|
|
self[index]
|
|
end
|
|
end
|
|
end |