def method
a = 3
b = 4
some_method_that_gives # [a, b]
end
| |||
|
feedback
|
|
It outputs array of symbols, presenting variables. In your case: | |||
|
feedback
|
| |||
|
feedback
|
|
It outputs array of symbols, presenting variables. In your case: | |||
|
feedback
|