lib/rgl/graph_wrapper.rb in rgl-0.5.9 vs lib/rgl/graph_wrapper.rb in rgl-0.5.10
- old
+ new
@@ -1,15 +1,16 @@
module RGL
- module GraphWrapper # :nodoc:
+ 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
\ No newline at end of file
+end # RGL