Class: JRubyCompleteInstall

Inherits:
Object
  • Object
show all
Defined in:
lib/jruby_art/installer.rb

Overview

JRuby-Complete installer

Instance Method Summary collapse

Instance Method Details

#installObject



31
32
33
# File 'lib/jruby_art/installer.rb', line 31

def install
  system "cd #{K9_ROOT}/vendors && rake"
end