Matthew Todd
Tuesday, April 29, 2008
# ~/.autotest Autotest.add_hook(:red) { `say oops` } Autotest.add_hook(:green) { `say ok` } Autotest.add_hook(:all_good) { `say sweet` }
View comments on disqus…