summaryrefslogtreecommitdiff
path: root/lib/systemu.rb
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2011-12-11 21:03:05 -0800
committerara.t.howard <ara.t.howard@gmail.com>2011-12-11 21:03:05 -0800
commit8ad252b875ca1251751c7614334c1c6753d4e454 (patch)
treea1bf10e7bbb016dea3b7b22caa10d6480b5e4465 /lib/systemu.rb
parent6e0b90b18a1733ce5fc35215c4b34a843c9e741a (diff)
parent1add7a0e6bd1113e0a2dfb49a6b7137d912626b7 (diff)
downloadsystemu-8ad252b875ca1251751c7614334c1c6753d4e454.tar.gz
Merge pull request #12 from rdingwell/master
Changed import statement to deal with JRuby/Rake combination
Diffstat (limited to 'lib/systemu.rb')
-rw-r--r--lib/systemu.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systemu.rb b/lib/systemu.rb
index 9121367..e4fc680 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -259,7 +259,7 @@ end
# some monkeypatching for JRuby
if defined? JRUBY_VERSION
require 'jruby'
- import org.jruby.RubyProcess
+ java_import org.jruby.RubyProcess
class SystemUniversal
def systemu