opnsense-ports/devel/rubygem-needle/pkg-descr
Franco Fichtner 9466384f85 */*: sync with upstream
Taken from: FreeBSD
2015-05-31 10:05:32 +02:00

14 lines
506 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/