S
Szymon Drejewicz
I'd like to do something like this:
eval("name = 'Alice')
puts name
but I don't know how to bind eval to current script "space" so I get the
error:
test.rb:3: undefined local variable or method `name' for main
eval("name = 'Alice')
puts name
but I don't know how to bind eval to current script "space" so I get the
error:
test.rb:3: undefined local variable or method `name' for main