Paketname | libaspectr |
Beschreibung | Simple aspect-oriented programming in Ruby |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.3.5-3ubuntu2 |
Sektion | universe/libs |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | ruby1.8 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 25388 Byte |
Prüfsumme MD5 | 9ff3f278606a714808133b49fd3315bb |
Prüfsumme SHA1 | 993acd4beb260df7e1bbd4896ed12f9b27a5473f |
Prüfsumme SHA256 | ebbdede89774d68fd3f045241d1061556a04bc5071b7ec9b82ff1d347333217f |
Link zum Herunterladen | libaspectr_0.3.5-3ubuntu2_all.deb |
Ausführliche Beschreibung | Aspect-oriented programming concepts to Ruby. Essentially it allows you to
wrap code around existing methods in your classes. This can be a good thing
(and even affect how you design your code) since it separates different
concerns into different parts of the code. It is somewhat similar to AspectJ,
www.aspectj.org/.
|