dim
dim copied to clipboard
Minimalist dependency injection framework based on a blog post by Jim Weirich (RIP)
I'd like us to have proper documentation for each method in `Dim::Container`. My preferred documentation system is [YARD](http://yardoc.org/) but I'm open to suggestions! What I'm expecting is something like adding...
`Dim::Container#register_env` is missing a feature that `#register` has, the ability to provide a block for default values. Right now you can do this: ```ruby container.register(:aws_access_key_id) do # some code that...
We need to get the `dim` project using modern practices, starting with continuous integration using whichever service the author is most comfortable with.