Class: GraphToGraphmlVisualiser
- Inherits:
-
Object
- Object
- GraphToGraphmlVisualiser
- Defined in:
- lib/cpp_dependency_graph/graph_to_graphml_visualiser.rb
Overview
Outputs a ‘graphml` langugage representation of a dependency graph
Instance Method Summary collapse
Instance Method Details
#generate(deps, file) ⇒ Object
5 6 7 |
# File 'lib/cpp_dependency_graph/graph_to_graphml_visualiser.rb', line 5 def generate(deps, file) # TODO: Implement end |