fix a bug which cannot detecting file dependencies when include a nesting class

This patch will fix https://gist.github.com/4160705
This commit is contained in:
Watson
2012-11-28 23:50:25 +09:00
parent f8526e45c1
commit 1132ae6ff7

View File

@@ -677,6 +677,10 @@ PLIST
@referred << name
end
end
def on_const_path_ref(parent, args)
on_var_ref(args)
end
end
end
end; end