nudge formatting
Needed for Emacs' ruby highlighting to work past this point in the file.
This commit is contained in:
parent
74ae43c690
commit
12fe7e2771
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user