str = "a='abcd'; a.reverse"

字符串str为ruby代码,执行方法eval

eval str
=> "dcba"

相关文章: