From 705cd4c308eb8e80121bf79d5ef97bb0185dff53 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Mon, 1 Dec 2014 19:08:16 -0600 Subject: [PATCH] Add initial requiring file --- lib/rex/java.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/rex/java.rb diff --git a/lib/rex/java.rb b/lib/rex/java.rb new file mode 100644 index 0000000000..712a6d98d9 --- /dev/null +++ b/lib/rex/java.rb @@ -0,0 +1 @@ +require 'rex/java/serialization' \ No newline at end of file