aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-02-26 23:22:23 -0500
committerJack Nagel2015-02-27 20:38:01 -0500
commit1cca304f353b7d41cb1b886d02baea83a2395d0c (patch)
treee4734d89ed5ddd277d9cfc84e2025fba81b1306f /Library
parent889cfcc2114427e62c8f2031a146cb32370e5bcc (diff)
downloadbrew-1cca304f353b7d41cb1b886d02baea83a2395d0c.tar.bz2
Make sysctl methods private rather than protected
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/hardware.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/hardware.rb b/Library/Homebrew/os/mac/hardware.rb
index 04e470b9b..17e9ca65b 100644
--- a/Library/Homebrew/os/mac/hardware.rb
+++ b/Library/Homebrew/os/mac/hardware.rb
@@ -135,7 +135,7 @@ module MacCPUs
sysctl_bool('hw.optional.sse4_2')
end
- protected
+ private
def sysctl_bool(key)
sysctl_int(key) == 1