Ways to make Inspection: Unresolved Ruby reference more useful?
Because of how ruby works, there are often many spurious 'unresolved ruby reference' warnings in code that is perfectly fine. A common example are objects with method_missing methods. Because of this, I'm finding this inspection mostly useless, even though it could sometimes catch legitimate bugs.
How do other folks handle this?
Please sign in to leave a comment.