Skip to content

Class instance variables not completed? #323

@dezza

Description

@dezza
class Nutella
  attr_accessor :nuts

  def initialize
  @nuts = "yes"
  end
end

jar = Nutella.new

puts jar.nuts # period .nuts is not in omni-completion list.

Can anyone tell me why it would not suggest the @nuts class instance variable in omni completion?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions