Sha256: ec23f2dc9d43a3d08717e4c084ce361595f46fbe8b9e85a6a40a2c2ec05d1081
Contents?: true
Size: 139 Bytes
Versions: 3
Compression:
Stored size: 139 Bytes
Contents
module Society class ObjectGraph attr_accessor :nodes def initialize(nodes: nodes=[]) @nodes = nodes end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
society-0.13.2 | lib/society/object_graph.rb |
society-0.13.1 | lib/society/object_graph.rb |
society-0.13.0 | lib/society/object_graph.rb |