I would like to add some custom methods to Requirements for use in templates without hacking into the original Requirements.php source.
For example:
<% require mymethod(...) %>
It is easy enough to extend the Requirements backend but not so much the frontend. Any help is much appreciated.