P
poseid
Hello,
how does this work?
Is b an instance variable? class variable? how would I access b from
outside the class?
thanks
how does this work?
class A
b = [1, 2,3]
end => [1, 2, 3]
Is b an instance variable? class variable? how would I access b from
outside the class?
thanks