Class: UnpackSamples
- Inherits:
-
Object
- Object
- UnpackSamples
- Defined in:
- lib/jruby_art/installer.rb
Overview
Examples Installer
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
27 28 29 |
# File 'lib/jruby_art/installer.rb', line 27 def install system "cd #{K9_ROOT}/vendors && rake unpack_samples" end |