Suppose I have:
config=<<EOS[my_group] my_param = 42EOS# I now want to do:result=ParseConfig.new(config)# new feature takes content not filename# and some place else I want to doresult=ParseConfig.new('/path/to/my.conf')# current wayWhat do you think? Does this have value to anyone else?
Suppose I have:
What do you think? Does this have value to anyone else?