def method
a = 3
b = 4
some_method_that_gives # [a, b]
end
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
It outputs array of symbols, presenting variables. In your case: |
|||||||
|