Sha256: da7755890a5195da631b31e39754ec24720127165093ed02c0fece5ac8c91c71
Contents?: true
Size: 195 Bytes
Versions: 3
Compression:
Stored size: 195 Bytes
Contents
module Society class Edge attr_reader :from, :to attr_accessor :meta def initialize(from:, to:, meta:nil) @from = from @to = to @meta = meta end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
society-1.1.1 | lib/society/edge.rb |
society-1.1.0 | lib/society/edge.rb |
society-1.0.0 | lib/society/edge.rb |