Module: Neuronet::TaoBrahmaYang

Defined in:
lib/neuronet.rb

Overview

A Tao Brahma Yang composite provided for convenience.

Class Method Summary collapse

Class Method Details

.bless(myself) ⇒ Object



613
614
615
616
617
618
# File 'lib/neuronet.rb', line 613

def self.bless(myself)
  Yang.bless(myself)
  Brahma.bless(myself)
  Tao.bless(myself)
  return myself
end