Class: JRubyCompleteInstall
- 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
#install ⇒ Object
88 89 90 91 92 93 |
# File 'lib/jruby_art/installer.rb', line 88 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 |