Flexo is a library that gives one flexibility in referring to method names. Right now it translates names of the form myMethodName to the form my_method_name so that people like the author, who hates underscores, don't have to use them
Flexo is a library that gives one flexibility in referring to method names. Right now it translates names of the form myMethodName to the form my_method_name so that people like the author, who hates underscores, don't have to use them
To install rb-flexo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-flexo
To see what files were installed by rb-flexo, run:
port contents rb-flexo
To later upgrade rb-flexo, run:
sudo port selfupdate && sudo port upgrade rb-flexo
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.