Sha256: cd1dce518cc522e6faa1e1fdab01ab1310164a6b7e5e34809d62bf837b215270

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

Tue Oct 25 01:48:45 EDT 2005
crosby

DIY - Dependency Injection with YAML

Constructor-based dependency injection container using YAML input.

Currently, all objects that get components put into them must have a
constructor that gets a hash with symbols as keys.
Best used with constructor.rb

Auto-naming and auto-library support is done.

TEST
  rake
  ...or ruby test/diy_context_test.rb

INSTALL
  Just grab src/diy_context.rb and put it somewhere.
  You might want lib/constructor.rb too, but best get it from svn/devtools/ruby/constructor, its official home.

DOC
  Read SVN log
  Read diy_context_test.rb
  See test/files/dog/simple.yml for sample.
  "rdoc src/"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minilab-1.0.0-mswin32 vendor/diy/README