aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask
diff options
context:
space:
mode:
authorMike McQuaid2016-09-27 09:33:56 +0100
committerGitHub2016-09-27 09:33:56 +0100
commit92e6edea539d2b9e79ce3854522b9cfc6ceca06c (patch)
treee975caf485c95b670d2e715ecd8327af948f8e5d /Library/Homebrew/cask
parenta5565d8fd600bc2883ed76ca8708d08588d1ef3f (diff)
parent00b3dde0b2a5fc66ccd276ee83619ef678c82cc7 (diff)
downloadbrew-92e6edea539d2b9e79ce3854522b9cfc6ceca06c.tar.bz2
Merge pull request #1125 from reitermarkus/rubocop-macos
RuboCop: MacOS
Diffstat (limited to 'Library/Homebrew/cask')
-rw-r--r--Library/Homebrew/cask/lib/hbc/macos.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/macos.rb b/Library/Homebrew/cask/lib/hbc/macos.rb
index fb15be108..e7de82d6a 100644
--- a/Library/Homebrew/cask/lib/hbc/macos.rb
+++ b/Library/Homebrew/cask/lib/hbc/macos.rb
@@ -4,6 +4,8 @@ require "os/mac/version"
module OS
module Mac
+ module_function
+
SYSTEM_DIRS = [
"/",
"/Applications",