Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrick65 committed Nov 21, 2018
1 parent 1666be7 commit f9cc56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Symbios/SymbiosSymbiot.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Symbiots are view on physical entities from a given singular entity also represe
"
Class {
#name : #SymbiosSymbiot,
#superclass : #SymbiosCompositeVar,
#superclass : #SymbiosObject,
#instVars : [
'symbiots'
],
Expand All @@ -24,6 +24,7 @@ SymbiosSymbiot >> initialBootstrap [
SymbiosSymbiot >> initialize [

super initialize.
symbiots := OrderPreservingDictionary new.
"model := #person." "should be a default children component #model"
"define accessors to commion informations - meta at least. minimal context."
"cannot simply add - must log in metainformations... ? circular references..."
Expand Down

0 comments on commit f9cc56b

Please sign in to comment.