freebsd-ports/devel/rubygem-needle/pkg-descr
Pav Lucistnik 56a0eada3d Needle is a dependency injection container for Ruby. It can do:
- Log method execution
- Reference another service
- Unit testing
- Lifestyle management

PR:		ports/91827
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:09:12 +00:00

17 lines
566 B
Text

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/
- Roderick van Domburg
r.s.a.vandomburg@student.utwente.nl