Method: BBLib::SimpleInit::ClassMethods#init_foundation

Defined in:
lib/bblib/core/mixins/simple_init.rb

#init_foundationObject

If true, this allows the overriden new method to generate descendants from its constructors.



85
86
87
# File 'lib/bblib/core/mixins/simple_init.rb', line 85

def init_foundation
  @init_foundation ||= false
end