show/hide this revision's text 2 added 3 characters in body

This doesn't answer the question directly, but Jim Weirich has a good write up on Dependency Injection. It's titled Dependecy Inject Injection in Ruby, but it explains the underlying concepts well.

Consequently, Jim Weirich also sums up Dependency Injection in One Sentence.

If you had one sentence to explain to a Java programmer why Dependency Injection is rarely necessary in Ruby, what would it be?

Dependency injection provides vital flexibility in Java [or .NET] and unneeded overhead in Ruby [et al].

While I understand this answer could be seen as off-topic or flamebait, the intention is really meant to provoke thought on the subject, nothing more.

show/hide this revision's text 1

This doesn't answer the question directly, but Jim Weirich has a good write up on Dependency Injection. It's titled Dependecy Inject in Ruby, but it explains the underlying concepts well.

Consequently, Jim Weirich also sums up Dependency Injection in One Sentence.

If you had one sentence to explain to a Java programmer why Dependency Injection is rarely necessary in Ruby, what would it be?

Dependency injection provides vital flexibility in Java [or .NET] and unneeded overhead in Ruby [et al].

While I understand this answer could be seen as off-topic or flamebait, the intention is really meant to provoke thought on the subject, nothing more.