Skip to content

Commit 34ece37

Browse files
author
Tod Beardsley
committed
First off, iconv is gone, and zlib is stdlib
1 parent 0f2897d commit 34ece37

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

lib/rex/text.rb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@
44
require 'stringio'
55
require 'cgi'
66
require 'rex/powershell'
7-
8-
%W{ iconv zlib }.each do |libname|
9-
begin
10-
old_verbose = $VERBOSE
11-
$VERBOSE = nil
12-
require libname
13-
rescue ::LoadError
14-
ensure
15-
$VERBOSE = old_verbose
16-
end
17-
end
7+
require 'zlib'
188

199
module Rex
2010

0 commit comments

Comments
 (0)