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



34
35
36
# File 'lib/jruby_art/installer.rb', line 34

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