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

Version Path
rgl-0.5.9 lib/rgl/graph_wrapper.rb
rgl-0.5.8 lib/rgl/graph_wrapper.rb
rgl-0.5.7 lib/rgl/graph_wrapper.rb
rgl-0.5.6 lib/rgl/graph_wrapper.rb
rgl-0.5.4 lib/rgl/graph_wrapper.rb
rgl-0.5.3 lib/rgl/graph_wrapper.rb
rgl-0.5.2 lib/rgl/graph_wrapper.rb
rgl-0.5.1 lib/rgl/graph_wrapper.rb
rgl-0.5.0 lib/rgl/graph_wrapper.rb