原文:What is the difference between local variables, instance variables, global variables, and class variables?
I m just learning Ruby and have and have an extremely beginner question. Is the difference between the four types of variables mainly just scope. So local variables can only be used within the current ...