This is the command ruby2gv that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
ruby2gv - create a dependency graph from a ruby script
SYNOPSIS
ruby2gv [-Tformat] [-ofile] [-h] [-V] script
DESCRIPTION
ruby2gv is a simple tool that allows you to create a dependency graph from a ruby script.
See /usr/share/doc/ruby-graphviz/ for more details.
OPTIONS
-T, --output-format [format]
Output format (default: png)
-o, --output-file [file]
Path to output image file (default: STDOUT)
-p, --path
Graphviz path
-u, --use [PROGRAM]
Program to use (default: dot)
-s, --stop LIB[,LIB, ...]
Stop on libs
-V, --version
Show version
-h, --help
Show this usage message
EXAMPLE
ruby2gv -Tpng -oruby2gv.png /usr/bin/ruby2gv
Use ruby2gv online using onworks.net services