File: helper.rb

package info (click to toggle)
ruby-graphviz 1.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,216 kB
  • sloc: ruby: 7,685; xml: 26; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
require 'test/unit'
require 'pathname'
require 'open3'

require 'graphviz'
require 'graphviz/theory'
require 'graphviz/math/matrix'
require 'graphviz/utils/colors'