Module: ALib::MainModule::Abilities

Included in:
ConfigurableMain, SimpleMain
Defined in:
lib/alib.rb,
lib/alib-0.3.1.rb

Overview

–}}}

Class Method Summary collapse

Class Method Details

.append_features(other) ⇒ Object

–{{{



2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
# File 'lib/alib.rb', line 2561

def self::append_features other 
#--{{{
  other.extend ClassMethods 
  other.module_eval { 
    include Mixins
    include Constants
    include InstanceMethods
  }
#--}}}  
end