Is there a way to access everything in the symbol table in Ruby? I want to be able to serialize or otherwise save the current state of a run of a program. To do this, it seems I need to be able to iterate over all the variables in scope.
|
2 | Added clarification | ||
|
|
||||
|
1 |
|
||
How do you access the symbol table in Ruby?Is there a way to access everything in the symbol table in Ruby? I want to be able to serialize or otherwise save the current state of a run of a program.
|
||||
