Posted By: Kevin Bullock
Date: 2011-05-06 17:06
Summary: ruby-configurable 1.0.1 Released
Project: Ruby Hand Tools
ruby-configurable version 1.0.1 has been released!
Lets you make your Ruby class configurable with a simple mixin.
Changes:
### 1.0.1 / 2011-05-06
* 2 bugfixes
* to_args now returns a Hash with symbols as keys. This lets you pass your configuration directly to methods that expect option-style hash arguments.
* to_args now excludes nil values from the resulting hash. |
|