Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Make sysctl methods private rather than protected
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Feb 28, 2015
1 parent 0b4a342 commit 8028d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/hardware.rb
Expand Up @@ -135,7 +135,7 @@ def sse4_2?
sysctl_bool('hw.optional.sse4_2')
end

protected
private

def sysctl_bool(key)
sysctl_int(key) == 1
Expand Down

0 comments on commit 8028d48

Please sign in to comment.