Module: PangeaModule

Includes:
PangeaBase
Defined in:
lib/pangea/modules.rb

Constant Summary collapse

CACHE_DIR =
File.join(
  BASE_DIR,
  %(cache)
)
RUBIES_DIR =
File.join(
  BASE_DIR,
  %(rubies)
)
SECTIONS =
i[
  lib
  src
].freeze

Constants included from PangeaBase

PangeaBase::BASE_DIR

Class Method Summary collapse

Class Method Details

.process(mod) ⇒ Object

entrypoint for module processing



66
67
68
# File 'lib/pangea/modules.rb', line 66

def process(mod)
  exit 1 unless mod.fetch(:sandboxed, false)
end