RubyMine #824 confuses symbol with instance variable reference

Don't know if anybody has encountered this, but it appears that this code:

Object.new.instance_variable_get(:@foo)


raises a warning claiming it cannot find @foo, but in this context :@foo
is a symbol, not an object reference.


cheers,
Charles

0
2 comments
Avatar
Permanently deleted user

Fixed, will be availble in new coming beta.

0

Please sign in to leave a comment.