RuBAN-GT / justdi

Simple DI container

Home Page:https://github.com/RuBAN-GT/justdi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to pass Proc into container initializer with register handler arg

RuBAN-GT opened this issue · comments

Justdi::Container.new do |register|
   register(:some_token).use_value(42)
end