Class: ActiveAI::Behavior
- Inherits:
-
Object
- Object
- ActiveAI::Behavior
- Defined in:
- lib/activeai/behavior.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.from_config(config) ⇒ Object
2 3 4 5 6 |
# File 'lib/activeai/behavior.rb', line 2 def self.from_config(config) # TODO detect and load the right pattern # right now it's just "structuredexamples" # this is just syntactic sugar, it's fine for now until you _need_ it end |