You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 way
What do you think? Does this have value to anyone else?