module RGL::GraphWrapper
Attributes
@return [Graph] the wrapped graph
Public Class Methods
Source
# File lib/rgl/graph_wrapper.rb 10 def initialize(graph) 11 @graph = graph 12 end
Creates a new GraphWrapper
on graph.
@return [Graph] the wrapped graph
# File lib/rgl/graph_wrapper.rb 10 def initialize(graph) 11 @graph = graph 12 end
Creates a new GraphWrapper
on graph.