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



557
558
559
560
561
# File 'lib/neuronet.rb', line 557

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