class Person def one @var = 99 self.two end private def two p @var end end
p=Person.new p.one
when i run this code code i get error a