diff options
| author | Adam Vandenberg | 2014-07-13 12:04:45 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-07-13 12:04:45 -0700 | 
| commit | 7372e2285673ae9140ff71c4e71040a8fdb705a0 (patch) | |
| tree | 32220a6dd73b905d82cf73a0791b736399c29305 /Library/Homebrew/extend/pathname.rb | |
| parent | 564bf766a8cb14200cbe140f6418d1db9db6db76 (diff) | |
| download | homebrew-7372e2285673ae9140ff71c4e71040a8fdb705a0.tar.bz2 | |
nudge formatting
Needed for Emacs' ruby highlighting to work past this point in the file.
Diffstat (limited to 'Library/Homebrew/extend/pathname.rb')
| -rw-r--r-- | Library/Homebrew/extend/pathname.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb index 78c27bf3f..4ba5b7803 100644 --- a/Library/Homebrew/extend/pathname.rb +++ b/Library/Homebrew/extend/pathname.rb @@ -401,8 +401,8 @@ class Pathname    def abv      out=''      n=`find #{to_s} -type f ! -name .DS_Store | wc -l`.to_i -    out<<"#{n} files, " if n > 1 -    out<<`/usr/bin/du -hs #{to_s} | cut -d"\t" -f1`.strip +    out << "#{n} files, " if n > 1 +    out << `/usr/bin/du -hs #{to_s} | cut -d"\t" -f1`.strip    end    # We redefine these private methods in order to add the /o modifier to  | 
