Ruby - Class Methods and Variables
Identify the issue in this Ruby code:
class Sample
@@count = 5
def self.count
@count
end
end
puts Sample.countclass Sample
@@count = 5
def self.count
@count
end
end
puts Sample.count15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions