Class: JRubyCompleteInstall
- Inherits:
-
Object
- Object
- JRubyCompleteInstall
- Defined in:
- lib/jruby_art/installer.rb
Overview
JRuby-Complete installer
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
34 35 36 |
# File 'lib/jruby_art/installer.rb', line 34 def install system "cd #{K9_ROOT}/vendors && rake" end |