> Does Ruby have a facility for config files similar to Java's Properties > class? I'm trying to write something similar right now. If you only need to read from config files from people you trust (the user itself), you can write your config files in Ruby and use eval(). If you want something else than that, then it may be what I am trying to achieve. matju