Registry / cli / graph
library2.11.1rbrubygemsunverified

A type of hash that outputs in Graphviz's DOT format, with a pluggable CLI for graphing dependencies and statuses.

gem install graph
INSTALL
IMPORT
SIG · GRAPH
G
graph
clirubyv2.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
require 'graph'

Create a simple graph and output it in DOT format.

require 'graph' g = Graph.new g['a'] = ['b', 'c'] puts g.to_dot
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.11.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
28
Resources
graph — gem install graph · libregistry