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
9629ea5d05dfd76c0aa5896cdb2ca7ea9bdeb921
metasploit-gs
/
lib
/
net
/
ssh
/
ruby_compat.rb
T
9 lines
123 B
Ruby
Raw
Normal View
History
Unescape
Escape
Mark all libraries as defaulting to 8-bit strings
2012-06-29 00:18:28 -05:00
# -*- coding: binary -*-
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