class JRubyCompleteInstall

JRuby-Complete installer

Public Instance Methods

install() click to toggle source
# File lib/jruby_art/installer.rb, line 34
def install
  system "cd #{K9_ROOT}/vendors && rake"
end