aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/aaron_path.dot
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/aaron_path.dot')
-rw-r--r--actionpack/aaron_path.dot44
1 files changed, 44 insertions, 0 deletions
diff --git a/actionpack/aaron_path.dot b/actionpack/aaron_path.dot
new file mode 100644
index 0000000000..bee01a9a9d
--- /dev/null
+++ b/actionpack/aaron_path.dot
@@ -0,0 +1,44 @@
+ digraph parse_tree {
+ size="8,5"
+ node [shape = none];
+ edge [dir = none];
+ 70293339236320 [label=""];
+70293339236820 [label=""];
+70293339237000 [label=""];
+70293339237340 [label=""];
+70293339239200 [label=""];
+70293339239520 [label="/"];
+70293339239300 [label="foo"];
+70293339237420 [label="()"];
+70293339237520 [label=""];
+70293339238380 [label=""];
+70293339238820 [label="/"];
+70293339238520 [label=":bar"];
+70293339237620 [label="()"];
+70293339237860 [label=":baz"];
+70293339237080 [label="/"];
+70293339236920 [label=":aaron"];
+70293339236360 [label="()"];
+70293339236520 [label=""];
+70293339236700 [label="."];
+70293339236560 [label=":format"];
+ 70293339236320 -> 70293339236820;
+70293339236320 -> 70293339236360;
+70293339236820 -> 70293339237000;
+70293339236820 -> 70293339236920;
+70293339237000 -> 70293339237340;
+70293339237000 -> 70293339237080;
+70293339237340 -> 70293339239200;
+70293339237340 -> 70293339237420;
+70293339239200 -> 70293339239520;
+70293339239200 -> 70293339239300;
+70293339237420 -> 70293339237520;
+70293339237520 -> 70293339238380;
+70293339237520 -> 70293339237620;
+70293339238380 -> 70293339238820;
+70293339238380 -> 70293339238520;
+70293339237620 -> 70293339237860;
+70293339236360 -> 70293339236520;
+70293339236520 -> 70293339236700;
+70293339236520 -> 70293339236560;
+ }