wendelscardua / dotini

Ruby INI file reader/writer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash-like access

wendelscardua opened this issue · comments

Allow an instance to be used like this:

  value = instance['section']['key']
  instance['section']['key'] = new_value