Module: Pantheios::Globals

Defined in:
lib/pantheios/globals.rb

Overview

with a mutex (which has a non-trivial cost).

Defined Under Namespace

Modules: Helpers_, Internals_

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



141
142
143
144
# File 'lib/pantheios/globals.rb', line 141

def self.included receiver

  abort "Attempt to include #{self} into #{receiver}. This is not allowed"
end