Class: JRubyComplete

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

Overview

JRuby-Complete installer

Instance Attribute Summary

Attributes inherited from Installer

#gem_root, #home, #os, #sketch

Instance Method Summary collapse

Methods inherited from Installer

#config, #initialize, #root_exist?, #set_processing_root, #show_version

Constructor Details

This class inherits a constructor from Installer

Instance Method Details

#installObject



86
87
88
89
90
91
# File 'lib/jruby_art/installer.rb', line 86

def install
  system "cd #{gem_root}/vendors && rake"
  return if root_exist?
  set_processing_root
  warn 'PROCESSING_ROOT set optimistically, run check to confirm'
end