Module: Megam::Install
- Defined in:
- lib/megam/install.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- WORKAREA_PRECONFIG_DIRS =
%w[package dump tarball]
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
16 17 18 |
# File 'lib/megam/install.rb', line 16 def self.included(receiver) receiver.extend(Megam::Install::ClassMethods) end |
.workarea_loader ⇒ Object
22 23 24 |
# File 'lib/megam/install.rb', line 22 def self.workarea_loader @workarea_loader ||= Megam::WorkAreaLoader.new(WORKAREA_PRECONFIG_DIRS) end |