Answers for "What does @variable stand for in Ruby"

0

What does @variable stand for in Ruby

@variable - is an "instance" variable. 
It can be accessed with any method inside the class.
Posted by: Guest on February-07-2020

Browse Popular Code Answers by Language