mirah 0.1.3-java → 0.1.4-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +0,0 @@
1
- module Mirah
2
- module Util
3
-
4
- ClassLoader = Java::OrgMirah::MirahClassLoader
5
-
6
- # converts string to a java string w/ binary encoding
7
- # might be able to avoid this in 1.9 mode
8
- def self.binary_string string
9
- java.lang.String.new string.to_java_bytes, "ISO-8859-1"
10
- end
11
-
12
- IsolatedResourceLoader = Java::OrgMirah::IsolatedResourceLoader
13
- end
14
- end