Burdette Lamar

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created RubyMine code inspection gives incorrect "Missing 1 argument(s)"
AnsweredI have an array 'foo' that's returned by a method call. RM code inspection thinks that 'foo.select' is a call into Kernel, not into Array, and gives an error: Missing 1 argument(s). Is there a way ...