summaryrefslogtreecommitdiff
path: root/lib/family_factory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/family_factory.rb')
-rw-r--r--lib/family_factory.rb3
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