dim icon indicating copy to clipboard operation
dim copied to clipboard

Minimalist dependency injection framework based on a blog post by Jim Weirich (RIP)

Results 3 dim issues
Sort by recently updated
recently updated
newest added

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.