mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user