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 Aspect
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 Aspect
To install rb-aspectr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-aspectr
To see what files were installed by rb-aspectr, run:
port contents rb-aspectr
To later upgrade rb-aspectr, run:
sudo port selfupdate && sudo port upgrade rb-aspectr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.