aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/popen.rb
AgeCommit message (Collapse)Author
2017-05-29Remove unused `popen_read_text` method.Markus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-06-01Prefer $stderr over STDERR for consistency (#304)Martin Afanasjew
Prior to this change there were only 3 instances of `STD(IN|OUT|ERR)` versus 74 instances of `$std(in|out|err)` in the Homebrew code base. The latter variant is also strongly suggested by bbatsov's Ruby Style Guide.
2016-04-21brew-audit: pull style checks in to main audit outputAndrew Janke
This collects all violations for each formula in a single place, instead of doing `brew style` outputs for all formulae first, and then the other audit checks. Closes #112. Signed-off-by: Andrew Janke <andrew@apjanke.net>
2014-07-11Read if no block is passed to Utils.popen_readJack Nagel
2014-07-05Add popen wrapper that does not invoke the shellJack Nagel