Module: Hive
- Defined in:
- lib/mindhive.rb
Defined Under Namespace
Classes: Error
Class Method Summary collapse
Class Method Details
.init(h, &b) ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/mindhive.rb', line 15 def self.init h, &b if block_given? MIND.init h, b else MIND.init end end |
.mind ⇒ Object
11 12 13 |
# File 'lib/mindhive.rb', line 11 def self.mind MIND end |