R
reuben doetsch
[Note: parts of this message were removed to make it a legal post.]
I would like to get the name of the variable in string form, any way this is
possible?
var = 5
puts var.foo #Want this ti put var
i looked into trying to do var.object_id.id2name but some reason this gave
me nil, since if it is bugged or object_id is not returning the correct
object id.
Reuben
I would like to get the name of the variable in string form, any way this is
possible?
var = 5
puts var.foo #Want this ti put var
i looked into trying to do var.object_id.id2name but some reason this gave
me nil, since if it is bugged or object_id is not returning the correct
object id.
Reuben