commit 18365be19209008e15b5d05320f5a0007a4980aa
parent b562a811b00ede2a4fcd495257028ad78906dc27
Author: Whyme Lyu <callme5long@gmail.com>
Date: Thu, 21 Mar 2013 22:27:57 +0800
Fix #12: Require 'iconv' before patching it
Signed-off-by: Gaute Hope
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/util.rb b/lib/sup/util.rb
@@ -5,6 +5,7 @@ require 'pathname'
require 'set'
require 'enumerator'
require 'benchmark'
+require 'iconv'
## time for some monkeypatching!
class Symbol