refer a variable in ruby code example
Example 1: how to make a new variable ruby
variable_name = 10
variable_name = "ten"
Example 2: What does @variable stand for in Ruby
@variable - is an "instance" variable.
It can be accessed with any method inside the class.
Example 3: variables in ruby
var_name = "value"