This website requires JavaScript.
Explore
Help
Sign In
adam
/
metasploit-gs
Watch
1
Star
0
Fork
0
You've already forked metasploit-gs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
afe28523f318930c76330c1fca42d4e39adeb7ea
metasploit-gs
/
lib
/
net
/
ssh
/
ruby_compat.rb
T
8 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fixes
#841
. Initial commit for net-ssh by Jamis Buck.
http://github.com/jamis/net-ssh
2010-02-16 19:18:19 +00:00
class
String
if
RUBY_VERSION
<
"
1.9
"
def
getbyte
(
index
)
self
[
index
]
end
end
Cutting over rails3 to master.
2012-04-15 23:35:38 -05:00
end
Reference in New Issue
Copy Permalink