Sha256: ca04b125f1e0b104079afe216bb8c2817a6f65ca7b220265e4eadd7110399b7c
Contents?: true
Size: 216 Bytes
Versions: 9
Compression:
Stored size: 216 Bytes
Contents
module RGL module GraphWrapper # :nodoc: attr_accessor :graph # Creates a new GraphWrapper on _graph_. # def initialize(graph) @graph = graph end end # module GraphWrapper end # RGL
Version data entries
9 entries across 9 versions & 1 rubygems