aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-needle/pkg-descr
blob: 19b731e3c34910bd86ade1c9af607a9a40f2f761 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Needle is a dependency injection (also, inversion of control) container
for Ruby. Ultimately, it can reduce the amount of code that you have to
write, simplifying many common programming tasks for you. This has the
two-fold benefit of both decreasing application development time, and of
decreasing the effort needed to maintain your application.

Specifically, Needle can do:

 - Log Method Execution
 - Reference Another Service
 - Unit Testing
 - Lifestyle Management

WWW: http://needle.rubyforge.org/