Class: Bubing::SharedObjectBundler
- Defined in:
- lib/bubing/shared_object_bundler.rb
Constant Summary
Constants inherited from Bundler
Instance Method Summary collapse
Methods inherited from Bundler
Constructor Details
This class inherits a constructor from Bubing::Bundler
Instance Method Details
#bundle! ⇒ Object
3 4 5 6 |
# File 'lib/bubing/shared_object_bundler.rb', line 3 def bundle! super copy(@binary, @lib_dir) end |