From 090e546ebd1b2528c75006d02a8c29b4e23a0d64 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Thu, 26 Jul 2012 20:06:34 +0200 Subject: [PATCH] Update TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 3cc2e492..6cc02cd7 100644 --- a/TODO +++ b/TODO @@ -12,3 +12,4 @@ * Add an infrastructure to whitelist for components to heckle on ruby-1.8. * Allow matches on attr_reader with literal name argument(s)? * Allow matches on define_method with literal name argument? +* Make sure file is set in generated asts. Blows up loading currently.