aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/readall.rb
AgeCommit message (Collapse)Author
2016-09-21readall: do not require itself.Maxim Belkin
2016-08-22Use `ThreadError` to break loop.Markus Reiter
2016-07-09tap: run readall when tapping. (#396)Mike McQuaid
* readall: move readall logic to new class. * tap: run readall when tapping. This will prevent tapping an tap with syntax errors from causing issues for users. Fixes #58.