Oshuma / app_config

Simple Ruby framework-agnostic application configuration.
http://oshuma.github.io/app_config/
MIT License
20 stars 7 forks source link

Setup fails if only using a block or hash arg (with no storage method set). #4

Closed Oshuma closed 15 years ago

Oshuma commented 15 years ago

Now uses Storage::Memory (which just basically returns a Hash).