Sha256: e6816b7851cb4d5d2edb787bfe2dcf416c22257b7840187e25760b50fbfd1d26

Contents?: true

Size: 247 Bytes

Versions: 8

Compression:

Stored size: 247 Bytes

Contents

module RGL

  module GraphWrapper

    # @return [Graph] the wrapped graph
    attr_accessor :graph

    # Creates a new GraphWrapper on _graph_.
    #
    def initialize(graph)
      @graph = graph
    end

  end # module GraphWrapper

end # RGL

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rgl-0.6.6 lib/rgl/graph_wrapper.rb
rgl-0.6.5 lib/rgl/graph_wrapper.rb
rgl-0.6.4 lib/rgl/graph_wrapper.rb
rgl-0.6.3 lib/rgl/graph_wrapper.rb
rgl-0.6.2 lib/rgl/graph_wrapper.rb
rgl-0.6.1 lib/rgl/graph_wrapper.rb
rgl-0.6.0 lib/rgl/graph_wrapper.rb
rgl-0.5.10 lib/rgl/graph_wrapper.rb