module Megam::Install

Constants

WORKAREA_PRECONFIG_DIRS

Public Class Methods

included(receiver) click to toggle source
   # File lib/megam/install.rb
16 def self.included(receiver)
17   receiver.extend(Megam::Install::ClassMethods)
18 end
workarea_loader() click to toggle source
   # File lib/megam/install.rb
22 def self.workarea_loader
23   @workarea_loader ||= Megam::WorkAreaLoader.new(WORKAREA_PRECONFIG_DIRS)
24 end