rrg 0.3
rrg will read the source code of a Ruby project and generate a graph based on the require statements in the code; nodes represent the source files and an arrow from A to B means that A contains a `require 'B'` statement.
Gemfile:
=
install:
=
Runtime Dependencies (1):
ruby_parser
>= 0