Module: Neuronet::TaoYang

Defined in:
lib/neuronet.rb

Overview

A Tao Yang composite provided for convenience.

Class Method Summary collapse

Class Method Details

.bless(myself) ⇒ Object



554
555
556
557
558
# File 'lib/neuronet.rb', line 554

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