Has anyone ever endeavored to create a data/configuration file format based on Ruby's syntax? In other words, a format like YAML but with a Ruby-based syntax. I tried to do this the easy way using $SAFE=4, but #method_missing doesn't appear to work at that safe level.