Sha256: 49fc99a5ce6261b5f6270a6d6f0f561f454e7f8bd443dc02aadd09de0c768e7b
Contents?: true
Size: 270 Bytes
Versions: 29
Compression:
Stored size: 270 Bytes
Contents
class GraphViz class FamilyTree class Sibling def initialize( bns, parents ) @brothers_and_sisters = bns @brothers_and_sisters.each do |person| person.sibling = self end @parents = parents end end end end
Version data entries
29 entries across 29 versions & 2 rubygems