Class: Bubing::SharedObjectBundler

Inherits:
Bundler
  • Object
show all
Defined in:
lib/bubing/shared_object_bundler.rb

Constant Summary

Constants inherited from Bundler

Bundler::PATH_RE

Instance Method Summary collapse

Methods inherited from Bundler

#initialize

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