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
Please sign in to leave a comment.
Thanks, http://www.jetbrains.net/jira/browse/RUBY-3656
Fixed, will be availble in new coming beta.