diff options
| author | Jamie Macey | 2010-10-25 21:11:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-30 14:50:18 -0700 |
| commit | 6ff5e194c74cbfc53c53b867159faed5a5afc086 (patch) | |
| tree | 0a47fc84a591a218816a76c0ac88a3651f5c1424 /Library/Homebrew/brew.h.rb | |
| parent | 1e41264f420b9ac5d8864e162d00ccfaa2020662 (diff) | |
| download | brew-6ff5e194c74cbfc53c53b867159faed5a5afc086.tar.bz2 | |
fix warnings: splat is redundant for puts
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/brew.h.rb')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 4f9601f26..ae376707d 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -537,7 +537,7 @@ private when 0 # noop when 1 - puts *files + puts files else puts "#{root}/ (#{files.length} #{other}files)" end |
