Commit 3a13f44b by liyijie

remove SAFE

parent c134a61d
...@@ -89,7 +89,7 @@ module TalltyImportExport ...@@ -89,7 +89,7 @@ module TalltyImportExport
h[header[:json]] ||= {} h[header[:json]] ||= {}
h[header[:json]][k] = val h[header[:json]][k] = val
elsif header[:finder] elsif header[:finder]
$SAFE = 2 # $SAFE = 2
h[k.to_sym] = eval header[:finder] h[k.to_sym] = eval header[:finder]
else else
h[k.to_sym] = val h[k.to_sym] = val
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment