aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/ebi_path.dot
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/ebi_path.dot')
-rw-r--r--actionpack/ebi_path.dot48
1 files changed, 0 insertions, 48 deletions
diff --git a/actionpack/ebi_path.dot b/actionpack/ebi_path.dot
deleted file mode 100644
index 258192b908..0000000000
--- a/actionpack/ebi_path.dot
+++ /dev/null
@@ -1,48 +0,0 @@
- digraph parse_tree {
- size="8,5"
- node [shape = none];
- edge [dir = none];
- 70293330639600 [label=""];
-70293330640700 [label=""];
-70293330655800 [label=""];
-70293330649320 [label=""];
-70293330650540 [label=""];
-70293330650820 [label="/"];
-70293330650620 [label="foo"];
-70293330649420 [label="()"];
-70293330649540 [label=""];
-70293330650120 [label=""];
-70293330650340 [label="/"];
-70293330650180 [label=":bar"];
-70293330649600 [label="()"];
-70293330649720 [label=""];
-70293330649920 [label="/"];
-70293330649760 [label=":baz"];
-70293330655220 [label="/"];
-70293330657120 [label=":aaron"];
-70293330639740 [label="()"];
-70293330639980 [label=""];
-70293330640400 [label="."];
-70293330640100 [label=":format"];
- 70293330639600 -> 70293330640700;
-70293330639600 -> 70293330639740;
-70293330640700 -> 70293330655800;
-70293330640700 -> 70293330657120;
-70293330655800 -> 70293330649320;
-70293330655800 -> 70293330655220;
-70293330649320 -> 70293330650540;
-70293330649320 -> 70293330649420;
-70293330650540 -> 70293330650820;
-70293330650540 -> 70293330650620;
-70293330649420 -> 70293330649540;
-70293330649540 -> 70293330650120;
-70293330649540 -> 70293330649600;
-70293330650120 -> 70293330650340;
-70293330650120 -> 70293330650180;
-70293330649600 -> 70293330649720;
-70293330649720 -> 70293330649920;
-70293330649720 -> 70293330649760;
-70293330639740 -> 70293330639980;
-70293330639980 -> 70293330640400;
-70293330639980 -> 70293330640100;
- }