- Ruby Basics
- Instance variable vs local variable: When using variable inside a class, only instance variable, which are prefixed with the @ character, will be visible to all of the methods in the class. A variable that only exists inside of a code block or methods, is called local variable.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)