diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-10-25 14:08:04 +1100 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-10-25 14:08:04 +1100 |
| commit | 98df94d5d6a22936392926d7b8392f9c777eff99 (patch) | |
| tree | 826e2f587e6052f938935c66ab66e66fe0df0274 /lib/family_factory.rb | |
| parent | dcadb5e738774a133f980cd07ba2d617c6d6656d (diff) | |
Diffstat (limited to 'lib/family_factory.rb')
| -rw-r--r-- | lib/family_factory.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/family_factory.rb b/lib/family_factory.rb index 8a3a4e8..f64521a 100644 --- a/lib/family_factory.rb +++ b/lib/family_factory.rb @@ -7,8 +7,7 @@ require_relative 'gender' # FamilyFactory class to create initial families for the FamilyTree. # The primary purpose of this class is to create and initialize predefined families. class FamilyFactory - # Initializes a new FamilyFactory object. - # Sets up a hash to store people and gets the singleton instance of RelationshipManager. + # Initializes the new FamilyFactory instance. def initialize @people = {} end |
